diff options
author | kristerw <kristerw@pkgsrc.org> | 2005-05-03 21:38:14 +0000 |
---|---|---|
committer | kristerw <kristerw@pkgsrc.org> | 2005-05-03 21:38:14 +0000 |
commit | 05f2696088aa2bc4de21e829ebb006f35c4083b9 (patch) | |
tree | 2adaaac6af8da7c6e700780b9572b7c9074054cf | |
parent | 065f886910d8e079feefc53cd99b161d30d45973 (diff) | |
download | pkgsrc-05f2696088aa2bc4de21e829ebb006f35c4083b9.tar.gz |
Correct PLIST.
Bump PKGREVISION.
-rw-r--r-- | textproc/bsdgrep-devel/Makefile | 5 | ||||
-rw-r--r-- | textproc/bsdgrep-devel/PLIST | 6 | ||||
-rw-r--r-- | time/globe/Makefile | 3 | ||||
-rw-r--r-- | time/globe/PLIST | 4 |
4 files changed, 12 insertions, 6 deletions
diff --git a/textproc/bsdgrep-devel/Makefile b/textproc/bsdgrep-devel/Makefile index 0cf499c55c2..d66a1f75b57 100644 --- a/textproc/bsdgrep-devel/Makefile +++ b/textproc/bsdgrep-devel/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.10 2005/04/11 21:47:33 tv Exp $ +# $NetBSD: Makefile,v 1.11 2005/05/03 21:42:53 kristerw Exp $ # DISTNAME= bsdgrep-200405051607 PKGNAME= bsdgrep-devel-20040505 -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= sysutils textproc MASTER_SITES= http://www.fawlty.net/software/ @@ -11,7 +11,6 @@ MAINTAINER= cjep@NetBSD.org HOMEPAGE= # none COMMENT= BSD version of grep as in NetBSD src/usr.bin/grep - post-patch: @${SED} -e 's|grep|bgrep|g' ${WRKSRC}/grep.1 > ${WRKSRC}/bgrep.1 diff --git a/textproc/bsdgrep-devel/PLIST b/textproc/bsdgrep-devel/PLIST index 49378948e53..a5e3c2aaeef 100644 --- a/textproc/bsdgrep-devel/PLIST +++ b/textproc/bsdgrep-devel/PLIST @@ -1,9 +1,13 @@ -@comment $NetBSD: PLIST,v 1.1.1.1 2003/08/31 09:37:51 cjep Exp $ +@comment $NetBSD: PLIST,v 1.2 2005/05/03 21:42:53 kristerw Exp $ bin/bgrep bin/ebgrep bin/fbgrep bin/zbgrep +bin/zebgrep +bin/zfbgrep man/man1/bgrep.1 man/man1/ebgrep.1 man/man1/fbgrep.1 man/man1/zbgrep.1 +man/man1/zebgrep.1 +man/man1/zfbgrep.1 diff --git a/time/globe/Makefile b/time/globe/Makefile index 6e0fb65491c..398d9d1293f 100644 --- a/time/globe/Makefile +++ b/time/globe/Makefile @@ -1,8 +1,9 @@ -# $NetBSD: Makefile,v 1.5 2004/01/20 12:27:16 agc Exp $ +# $NetBSD: Makefile,v 1.6 2005/05/03 21:38:14 kristerw Exp $ # DISTNAME= globe_26mar94 PKGNAME= globe-19940326 +PKGREVISION= 1 CATEGORIES= time MASTER_SITES= http://www.acme.com/software/globe/ diff --git a/time/globe/PLIST b/time/globe/PLIST index cdb4d00f0ee..31b686e5679 100644 --- a/time/globe/PLIST +++ b/time/globe/PLIST @@ -1 +1,3 @@ -@comment $NetBSD: PLIST,v 1.1 2001/11/26 20:39:14 is Exp $ +@comment $NetBSD: PLIST,v 1.2 2005/05/03 21:38:14 kristerw Exp $ +bin/globe +man/man1/globe.1 |