From f3318ae72cc4674f536dc467b3af134ba1ad308f Mon Sep 17 00:00:00 2001 From: joerg Date: Thu, 8 Mar 2012 01:12:07 +0000 Subject: Don't install cat page. Bump version. --- textproc/nbsed/Makefile | 5 ++--- textproc/nbsed/PLIST | 3 +-- textproc/nbsed/files/Makefile.in | 6 +----- 3 files changed, 4 insertions(+), 10 deletions(-) (limited to 'textproc/nbsed') 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)'`; \ -- cgit v1.2.3