diff options
author | agc <agc> | 1998-04-15 10:38:06 +0000 |
---|---|---|
committer | agc <agc> | 1998-04-15 10:38:06 +0000 |
commit | 7aabc7f560edf44c2df006133bafc70ad9599119 (patch) | |
tree | 33a4622592f58e4775f653481e5ec3c86edee661 /audio/nspmod | |
parent | 33c4385e13498c0c4535cb42efab224b949b9be4 (diff) | |
download | pkgsrc-7aabc7f560edf44c2df006133bafc70ad9599119.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/nspmod')
-rw-r--r-- | audio/nspmod/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/audio/nspmod/Makefile b/audio/nspmod/Makefile index 0fea9686628..08fb5965158 100644 --- a/audio/nspmod/Makefile +++ b/audio/nspmod/Makefile @@ -1,7 +1,4 @@ -# Makefile for: nspmod -# Version required: 0.1 -# -# $NetBSD: Makefile,v 1.3 1998/03/20 06:41:17 mycroft Exp $ +# $NetBSD: Makefile,v 1.4 1998/04/15 10:38:10 agc Exp $ # DISTNAME= nspmod-0.1 @@ -18,4 +15,4 @@ do-install: ${INSTALL_PROGRAM} ${WRKSRC}/nspmod ${PREFIX}/bin ${INSTALL_MAN} ${WRKSRC}/nspmod.1 ${MANPREFIX}/man/man1 -.include <bsd.port.mk> +.include "../../mk/bsd.pkg.mk" |