diff options
author | marino <marino@pkgsrc.org> | 2012-05-22 06:20:27 +0000 |
---|---|---|
committer | marino <marino@pkgsrc.org> | 2012-05-22 06:20:27 +0000 |
commit | c9f9d997b35e861ab466d8b91a49451e3bd17920 (patch) | |
tree | 3b9e68b8b6443fe484e36f4f6893f5391437a927 /print | |
parent | 879da08b95f3fdfc98d77ee70b073ad473d77d0a (diff) | |
download | pkgsrc-c9f9d997b35e861ab466d8b91a49451e3bd17920.tar.gz |
print/jcabc2ps: Remove trace of cat pages
Apparently references to man/cat* on the PLIST are now being filtered out
by PKG_DEVELOPER=yes. Now there is an error that cat pages are present
without being on the PLIST when actually they are.
So remove the installation of the jcabc2ps cat page despite there being no
man page version.
Diffstat (limited to 'print')
-rw-r--r-- | print/jcabc2ps/Makefile | 7 | ||||
-rw-r--r-- | print/jcabc2ps/PLIST | 3 |
2 files changed, 4 insertions, 6 deletions
diff --git a/print/jcabc2ps/Makefile b/print/jcabc2ps/Makefile index 4ea9047f283..5ddf80acb61 100644 --- a/print/jcabc2ps/Makefile +++ b/print/jcabc2ps/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.5 2011/10/03 06:45:30 dholland Exp $ +# $NetBSD: Makefile,v 1.6 2012/05/22 06:20:27 marino Exp $ # DISTNAME= jcabc2ps-src PKGNAME= jcabc2ps-20060106 -PKGREVISION= 2 +PKGREVISION= 3 CATEGORIES= print MASTER_SITES= http://ecf-guest.mit.edu/~jc/music/abc/src/ @@ -13,7 +13,7 @@ COMMENT= Music typesetting program for abc WRKSRC= ${WRKDIR}/jcabc2ps -INSTALLATION_DIRS= bin ${PKGMANDIR}/cat1 +INSTALLATION_DIRS= bin PKG_DESTDIR_SUPPORT= user-destdir @@ -25,6 +25,5 @@ SUBST_SED.getline= -e 's/getline/mygetline/' do-install: ${INSTALL_PROGRAM} ${WRKSRC}/jcabc2ps ${DESTDIR}${PREFIX}/bin/. - ${INSTALL_MAN} ${WRKSRC}/doc/jcabc2ps.d ${DESTDIR}${PREFIX}/${PKGMANDIR}/cat1/jcabc2ps.0 .include "../../mk/bsd.pkg.mk" diff --git a/print/jcabc2ps/PLIST b/print/jcabc2ps/PLIST index f72311fd827..12bf1b11cc9 100644 --- a/print/jcabc2ps/PLIST +++ b/print/jcabc2ps/PLIST @@ -1,3 +1,2 @@ -@comment $NetBSD: PLIST,v 1.2 2006/07/24 08:42:44 rillig Exp $ +@comment $NetBSD: PLIST,v 1.3 2012/05/22 06:20:27 marino Exp $ bin/jcabc2ps -man/cat1/jcabc2ps.0 |