diff options
author | joerg <joerg@pkgsrc.org> | 2012-03-08 01:12:07 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2012-03-08 01:12:07 +0000 |
commit | 78b76f86e00c379c60a06e2a6678be68eb5727a2 (patch) | |
tree | 1767f3f856b71d0720c2bc83eb80b28ff651e0ca /textproc | |
parent | 178a9843286d11a4f1d2b9df31f23e51bef85037 (diff) | |
download | pkgsrc-78b76f86e00c379c60a06e2a6678be68eb5727a2.tar.gz |
Don't install cat page. Bump version.
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/nbsed/Makefile | 5 | ||||
-rw-r--r-- | textproc/nbsed/PLIST | 3 | ||||
-rw-r--r-- | textproc/nbsed/files/Makefile.in | 6 |
3 files changed, 4 insertions, 10 deletions
diff --git a/textproc/nbsed/Makefile b/textproc/nbsed/Makefile index e81160e5401..0d7a20f04cb 100644 --- a/textproc/nbsed/Makefile +++ b/textproc/nbsed/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.21 2009/04/09 00:48:17 joerg Exp $ +# $NetBSD: Makefile,v 1.22 2012/03/08 01:12:07 joerg Exp $ -DISTNAME= nbsed-20040821 -PKGREVISION= 1 +DISTNAME= nbsed-20120308 CATEGORIES= textproc pkgtools MASTER_SITES= # empty DISTFILES= # empty diff --git a/textproc/nbsed/PLIST b/textproc/nbsed/PLIST index 1ddd55e12f3..9f50d7eda20 100644 --- a/textproc/nbsed/PLIST +++ b/textproc/nbsed/PLIST @@ -1,4 +1,3 @@ -@comment $NetBSD: PLIST,v 1.2 2004/08/27 03:45:08 jlam Exp $ +@comment $NetBSD: PLIST,v 1.3 2012/03/08 01:12:07 joerg Exp $ bin/nbsed -man/cat1/nbsed.0 man/man1/nbsed.1 diff --git a/textproc/nbsed/files/Makefile.in b/textproc/nbsed/files/Makefile.in index 3f301d271f6..3a354c3db6f 100644 --- a/textproc/nbsed/files/Makefile.in +++ b/textproc/nbsed/files/Makefile.in @@ -1,4 +1,4 @@ -# $Id: Makefile.in,v 1.4 2004/08/27 03:45:08 jlam Exp $ +# $Id: Makefile.in,v 1.5 2012/03/08 01:12:07 joerg Exp $ @SET_MAKE@ SHELL = @SHELL@ @@ -79,10 +79,6 @@ install: sed @f=`echo sed.1|sed '$(transform)'`; \ echo "$(INSTALL_DATA) sed.1 $(DESTDIR)$(mandir)/man1/$$f"; \ $(INSTALL_DATA) sed.1 $(DESTDIR)$(mandir)/man1/$$f - $(mkinstalldirs) $(DESTDIR)$(mandir)/cat1 - @f=`echo sed.cat1|sed '$(transform);s,\.cat1$$,.0,'`; \ - echo "$(INSTALL_DATA) sed.cat1 $(DESTDIR)$(mandir)/cat1/$$f"; \ - $(INSTALL_DATA) sed.cat1 $(DESTDIR)$(mandir)/cat1/$$f uninstall: @f=`echo sed|sed '$(transform)'`; \ |