Fri Mar 11 11:22:22 2011 UTC ()
service suspended. fetch from backup.


(zafer)
diff -r1.7 -r1.8 pkgsrc/devel/error/Makefile

cvs diff -r1.7 -r1.8 pkgsrc/devel/error/Makefile (expand / switch to unified diff)

--- pkgsrc/devel/error/Makefile 2008/12/18 15:29:11 1.7
+++ pkgsrc/devel/error/Makefile 2011/03/11 11:22:22 1.8
@@ -1,18 +1,18 @@ @@ -1,18 +1,18 @@
1# $NetBSD: Makefile,v 1.7 2008/12/18 15:29:11 joerg Exp $ 1# $NetBSD: Makefile,v 1.8 2011/03/11 11:22:22 zafer Exp $
2# 2#
3 3
4DISTNAME= error-0.0 4DISTNAME= error-0.0
5CATEGORIES= devel 5CATEGORIES= devel
6MASTER_SITES= ftp://ftp.gw.com/pub/people/christos/ 6MASTER_SITES= # ftp://ftp.gw.com/pub/people/christos/
7 7
8MAINTAINER= christos@NetBSD.org 8MAINTAINER= christos@NetBSD.org
9COMMENT= Insert compiler errors in source files as comments 9COMMENT= Insert compiler errors in source files as comments
10 10
11PKG_DESTDIR_SUPPORT= user-destdir 11PKG_DESTDIR_SUPPORT= user-destdir
12 12
13USE_BSD_MAKEFILE= yes 13USE_BSD_MAKEFILE= yes
14INSTALLATION_DIRS= bin ${PKGMANDIR}/cat1 ${PKGMANDIR}/man1 14INSTALLATION_DIRS= bin ${PKGMANDIR}/cat1 ${PKGMANDIR}/man1
15 15
16BUILDLINK_TRANSFORM+= rm:-Werror 16BUILDLINK_TRANSFORM+= rm:-Werror
17 17
18.include "../../mk/bsd.pkg.mk" 18.include "../../mk/bsd.pkg.mk"