diff options
author | agc <agc@pkgsrc.org> | 1998-04-15 10:38:06 +0000 |
---|---|---|
committer | agc <agc@pkgsrc.org> | 1998-04-15 10:38:06 +0000 |
commit | dccd43243dfa7b9fe09bdf507b64f2235cb5fa07 (patch) | |
tree | 33a4622592f58e4775f653481e5ec3c86edee661 /audio/mikmod | |
parent | e5fc7b25971e8890e6ebe0fad23a929bab8d23ff (diff) | |
download | pkgsrc-dccd43243dfa7b9fe09bdf507b64f2235cb5fa07.tar.gz |
Use the bsd.pkg.mk and bsd.pkg.subdir.mk files in the pkgsrc tree.
Remove redundant (and sometimes erroneous) comments.
Diffstat (limited to 'audio/mikmod')
-rw-r--r-- | audio/mikmod/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/audio/mikmod/Makefile b/audio/mikmod/Makefile index fb899edc57e..d6e65fbe7ef 100644 --- a/audio/mikmod/Makefile +++ b/audio/mikmod/Makefile @@ -1,7 +1,4 @@ -# Makefile for: mikmod -# Version required: 2.14 -# -# $NetBSD: Makefile,v 1.6 1998/03/20 07:08:43 mycroft Exp $ +# $NetBSD: Makefile,v 1.7 1998/04/15 10:38:10 agc Exp $ # DISTNAME= mikmod-2.14-unix @@ -29,4 +26,4 @@ do-install: .endfor .endif -.include <bsd.port.mk> +.include "../../mk/bsd.pkg.mk" |