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/timidity | |
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/timidity')
-rw-r--r-- | audio/timidity/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/audio/timidity/Makefile b/audio/timidity/Makefile index ecb2f53ab30..04fa1d91ee0 100644 --- a/audio/timidity/Makefile +++ b/audio/timidity/Makefile @@ -1,8 +1,4 @@ -# Makefile for: timidity -# Homepage: http://www.cgs.fi/~tt/timidity/ -# Version required: 0.2i -# -# $NetBSD: Makefile,v 1.9 1998/03/20 07:07:31 mycroft Exp $ +# $NetBSD: Makefile,v 1.10 1998/04/15 10:38:11 agc Exp $ # DISTNAME= timidity-0.2i @@ -34,4 +30,4 @@ post-install: cd ${PREFIX}/lib/timidity/patch && \ unzip -o -q -L ${DISTDIR}/${TIINS} -.include <bsd.port.mk> +.include "../../mk/bsd.pkg.mk" |