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.
29 lines
776 B
Makefile
29 lines
776 B
Makefile
# $NetBSD: Makefile,v 1.6 2012/05/22 06:20:27 marino Exp $
|
|
#
|
|
|
|
DISTNAME= jcabc2ps-src
|
|
PKGNAME= jcabc2ps-20060106
|
|
PKGREVISION= 3
|
|
CATEGORIES= print
|
|
MASTER_SITES= http://ecf-guest.mit.edu/~jc/music/abc/src/
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://ecf-guest.mit.edu/~jc/music/abc/src/
|
|
COMMENT= Music typesetting program for abc
|
|
|
|
WRKSRC= ${WRKDIR}/jcabc2ps
|
|
|
|
INSTALLATION_DIRS= bin
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
SUBST_CLASSES+= getline
|
|
SUBST_STAGE.getline= pre-configure
|
|
SUBST_MESSAGE.getline= Fixing conflict with POSIX getline.
|
|
SUBST_FILES.getline= jcabc2ps.c format.c music.c util.c util.h save/music.c
|
|
SUBST_SED.getline= -e 's/getline/mygetline/'
|
|
|
|
do-install:
|
|
${INSTALL_PROGRAM} ${WRKSRC}/jcabc2ps ${DESTDIR}${PREFIX}/bin/.
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|