summaryrefslogtreecommitdiff
path: root/print/jcabc2ps/Makefile
diff options
context:
space:
mode:
authormarino <marino>2012-05-22 06:20:27 +0000
committermarino <marino>2012-05-22 06:20:27 +0000
commit26da35930e93d9ac26b5f0ecd9809f005fde9f80 (patch)
tree3b9e68b8b6443fe484e36f4f6893f5391437a927 /print/jcabc2ps/Makefile
parente349061a7b28cb839c551b746f2553386e89e71b (diff)
downloadpkgsrc-26da35930e93d9ac26b5f0ecd9809f005fde9f80.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/jcabc2ps/Makefile')
-rw-r--r--print/jcabc2ps/Makefile7
1 files changed, 3 insertions, 4 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"