diff options
Diffstat (limited to 'devel/error/Makefile')
-rw-r--r-- | devel/error/Makefile | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/devel/error/Makefile b/devel/error/Makefile index c592f0c8ce7..af51fed8b05 100644 --- a/devel/error/Makefile +++ b/devel/error/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2005/12/19 01:47:27 rillig Exp $ +# $NetBSD: Makefile,v 1.7 2008/12/18 15:29:11 joerg Exp $ # DISTNAME= error-0.0 @@ -8,8 +8,10 @@ MASTER_SITES= ftp://ftp.gw.com/pub/people/christos/ MAINTAINER= christos@NetBSD.org COMMENT= Insert compiler errors in source files as comments -MAKE_ENV+= BINOWN=${BINOWN:Q} BINGRP=${BINGRP:Q} \ - MANOWN=${MANOWN:Q} MANGRP=${MANGRP:Q} +PKG_DESTDIR_SUPPORT= user-destdir + +USE_BSD_MAKEFILE= yes +INSTALLATION_DIRS= bin ${PKGMANDIR}/cat1 ${PKGMANDIR}/man1 BUILDLINK_TRANSFORM+= rm:-Werror |