diff options
author | agc <agc@pkgsrc.org> | 1998-06-03 11:45:58 +0000 |
---|---|---|
committer | agc <agc@pkgsrc.org> | 1998-06-03 11:45:58 +0000 |
commit | 24012e69e3df8704c09a641c72af2a3c457638b9 (patch) | |
tree | 8f9c0b58c350fade1fa26b89fc542c8e0e305dcf /audio/mikmod | |
parent | a1083063006049859b11de272211deda6c76a53d (diff) | |
download | pkgsrc-24012e69e3df8704c09a641c72af2a3c457638b9.tar.gz |
Include bsd.prefs.mk, so that any NOPORTDOCS definition in /etc/mk.conf
or MAKECONF will be honoured.
Diffstat (limited to 'audio/mikmod')
-rw-r--r-- | audio/mikmod/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/audio/mikmod/Makefile b/audio/mikmod/Makefile index 506f73a2101..b81efa8e5a9 100644 --- a/audio/mikmod/Makefile +++ b/audio/mikmod/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 1998/04/22 14:22:39 agc Exp $ +# $NetBSD: Makefile,v 1.9 1998/06/03 11:45:58 agc Exp $ # DISTNAME= mikmod-2.14-unix @@ -13,6 +13,8 @@ DEPENDS+= ncurses-1.9.9g:../../devel/ncurses RESTRICTED= "Registration required for redistribution and commercial use." MIRROR_DISTFILE= no +.include "../../mk/bsd.prefs.mk" + WRKSRC= ${WRKDIR}/${DISTNAME}/source MAN1= mikmod.1 |