summaryrefslogtreecommitdiff
path: root/audio/mikmod
diff options
context:
space:
mode:
authoragc <agc@pkgsrc.org>1999-04-13 15:31:04 +0000
committeragc <agc@pkgsrc.org>1999-04-13 15:31:04 +0000
commite20be6c347e1a161c46b6d9315b5ab31353dc84d (patch)
tree10011f1b1df36d86736657a022b3a25bb9d7a76a /audio/mikmod
parentfed2323244a8741193ec0ca8e1e2711cefec7a08 (diff)
downloadpkgsrc-e20be6c347e1a161c46b6d9315b5ab31353dc84d.tar.gz
Remove NOPORTDOCS definition - it was useless anyway, as any attempt to
build a binary package with this definition would fail as the PLIST is not correct. If a package's documentation is overwhelming, it should arguably be handled in a separate pre-requisite documentation package.
Diffstat (limited to 'audio/mikmod')
-rw-r--r--audio/mikmod/Makefile6
1 files changed, 1 insertions, 5 deletions
diff --git a/audio/mikmod/Makefile b/audio/mikmod/Makefile
index 1f744b7c339..6e74cafcf03 100644
--- a/audio/mikmod/Makefile
+++ b/audio/mikmod/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.14 1999/02/20 22:48:24 hubertf Exp $
+# $NetBSD: Makefile,v 1.15 1999/04/13 15:31:04 agc Exp $
#
DISTNAME= mikmod-3.0.3
@@ -14,8 +14,6 @@ DEPENDS+= ncurses-1.9.9g:../../devel/ncurses
USE_GMAKE= yes
-.include "../../mk/bsd.prefs.mk"
-
post-patch:
chmod a+x ${WRKSRC}/build-mikmod.netbsd.sh
@@ -25,11 +23,9 @@ do-build:
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/usercode/mikmod ${PREFIX}/bin
#${INSTALL_MAN} ${WRKSRC}/docs/mikmod.1 ${PREFIX}/man/man1
-.if !defined(NOPORTDOCS)
${MKDIR} ${PREFIX}/share/doc/mikmod
.for f in bugs.txt changes.txt future.txt mikmod.doc mikmod.txt tips.txt
${INSTALL_DATA} ${WRKSRC}/docs/$f ${PREFIX}/share/doc/mikmod
.endfor
-.endif
.include "../../mk/bsd.pkg.mk"