summaryrefslogtreecommitdiff
path: root/textproc/bsdgrep-devel/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'textproc/bsdgrep-devel/Makefile')
-rw-r--r--textproc/bsdgrep-devel/Makefile9
1 files changed, 6 insertions, 3 deletions
diff --git a/textproc/bsdgrep-devel/Makefile b/textproc/bsdgrep-devel/Makefile
index f0e1bb4f3a0..0ce257abfab 100644
--- a/textproc/bsdgrep-devel/Makefile
+++ b/textproc/bsdgrep-devel/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.13 2007/12/06 21:43:19 cjep Exp $
+# $NetBSD: Makefile,v 1.14 2008/06/21 20:37:40 joerg Exp $
#
DISTNAME= bsdgrep-20071201
@@ -10,8 +10,11 @@ MAINTAINER= cjep@NetBSD.org
HOMEPAGE= # none
COMMENT= BSD version of grep as in NetBSD src/usr.bin/grep
-MAKE_ENV+= BINOWN=${BINOWN} BINGRP=${BINGRP}
-MAKE_ENV+= MANOWN=${MANOWN} MANGRP=${MANGRP}
+PKG_DESTDIR_SUPPORT= user-destdir
+
+USE_BSD_MAKEFILE= yes
+
+INSTALLATION_DIRS= bin ${PKGMANDIR}/man1
post-patch:
@${SED} -e 's|grep|bgrep|g' ${WRKSRC}/grep.1 > ${WRKSRC}/bgrep.1