pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/print/jcabc2ps print/jcabc2ps: Remove trace of cat pages



details:   https://anonhg.NetBSD.org/pkgsrc/rev/49370c9979a7
branches:  trunk
changeset: 604062:49370c9979a7
user:      marino <marino%pkgsrc.org@localhost>
date:      Tue May 22 06:20:27 2012 +0000

description:
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:

 print/jcabc2ps/Makefile |  7 +++----
 print/jcabc2ps/PLIST    |  3 +--
 2 files changed, 4 insertions(+), 6 deletions(-)

diffs (39 lines):

diff -r e91e9b57c370 -r 49370c9979a7 print/jcabc2ps/Makefile
--- a/print/jcabc2ps/Makefile   Tue May 22 06:14:44 2012 +0000
+++ b/print/jcabc2ps/Makefile   Tue May 22 06:20:27 2012 +0000
@@ -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 @@
 
 WRKSRC=                ${WRKDIR}/jcabc2ps
 
-INSTALLATION_DIRS=     bin ${PKGMANDIR}/cat1
+INSTALLATION_DIRS=     bin
 
 PKG_DESTDIR_SUPPORT=   user-destdir
 
@@ -25,6 +25,5 @@
 
 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 -r e91e9b57c370 -r 49370c9979a7 print/jcabc2ps/PLIST
--- a/print/jcabc2ps/PLIST      Tue May 22 06:14:44 2012 +0000
+++ b/print/jcabc2ps/PLIST      Tue May 22 06:20:27 2012 +0000
@@ -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



Home | Main Index | Thread Index | Old Index