diff options
author | joerg <joerg@pkgsrc.org> | 2008-06-21 20:37:40 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2008-06-21 20:37:40 +0000 |
commit | cbc3b42534fc7795b4b6009444ebfda68b26b108 (patch) | |
tree | 76c0f7dd8aada19a109154b5fbbe35e2936877c7 /textproc | |
parent | 043dd8867f939d5e7d69a130bad6043165dc0846 (diff) | |
download | pkgsrc-cbc3b42534fc7795b4b6009444ebfda68b26b108.tar.gz |
Reduce context in diff to not cover RCS ID. Set USE_BSD_MAKEFILE.
DESTDIR support.
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/bsdgrep-devel/Makefile | 9 | ||||
-rw-r--r-- | textproc/bsdgrep-devel/distinfo | 4 | ||||
-rw-r--r-- | textproc/bsdgrep-devel/patches/patch-aa | 3 |
3 files changed, 9 insertions, 7 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 diff --git a/textproc/bsdgrep-devel/distinfo b/textproc/bsdgrep-devel/distinfo index bdb32bf692e..629c5c80cb2 100644 --- a/textproc/bsdgrep-devel/distinfo +++ b/textproc/bsdgrep-devel/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.11 2007/12/13 21:48:39 cjep Exp $ +$NetBSD: distinfo,v 1.12 2008/06/21 20:37:40 joerg Exp $ SHA1 (bsdgrep-20071201.tar.gz) = ae5eabcaa6fbf1760023ee6f3d4a596fe1db9039 RMD160 (bsdgrep-20071201.tar.gz) = 915ac4d8c6a44e56a6bf88454e7cc9ae5dc7f363 Size (bsdgrep-20071201.tar.gz) = 13161 bytes -SHA1 (patch-aa) = e8c11d96352d24e2880fe1f9bbeef6ded99b1569 +SHA1 (patch-aa) = bd3d73bbd72890173f63a63bf9f38725ad32c714 diff --git a/textproc/bsdgrep-devel/patches/patch-aa b/textproc/bsdgrep-devel/patches/patch-aa index eea9774911f..f750f90a3e3 100644 --- a/textproc/bsdgrep-devel/patches/patch-aa +++ b/textproc/bsdgrep-devel/patches/patch-aa @@ -1,7 +1,6 @@ --- Makefile.orig 2006-05-15 21:12:21.000000000 +0000 +++ Makefile 2007-12-08 23:52:46.000000000 +0000 -@@ -1,22 +1,27 @@ - # $NetBSD: patch-aa,v 1.3 2007/12/13 21:48:39 cjep Exp $ +@@ -2,21 +1,26 @@ -PROG= grep +PROG= bgrep |