diff options
author | agc <agc> | 1998-04-15 10:38:06 +0000 |
---|---|---|
committer | agc <agc> | 1998-04-15 10:38:06 +0000 |
commit | 75ab08822c4c628286bb5085df301f52de9ad668 (patch) | |
tree | 33a4622592f58e4775f653481e5ec3c86edee661 /audio/xcdplayer/Makefile | |
parent | 7244ef0bd3b563a2080525e2b508b9bc8ecf2e11 (diff) | |
download | pkgsrc-75ab08822c4c628286bb5085df301f52de9ad668.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/xcdplayer/Makefile')
-rw-r--r-- | audio/xcdplayer/Makefile | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/audio/xcdplayer/Makefile b/audio/xcdplayer/Makefile index 786b07bf699..5c24e690b88 100644 --- a/audio/xcdplayer/Makefile +++ b/audio/xcdplayer/Makefile @@ -1,9 +1,4 @@ -# New ports collection makefile for: xcdplayer -# Version required: 2.2 -# Date created: 30 Sep 1994 -# Whom: swallace -# -# $NetBSD: Makefile,v 1.3 1998/03/10 12:29:22 frueauf Exp $ +# $NetBSD: Makefile,v 1.4 1998/04/15 10:38:12 agc Exp $ # FreeBSD Id: Makefile,v 1.8 1997/04/01 23:08:24 swallace Exp # @@ -18,4 +13,4 @@ MAINTAINER= swallace@FreeBSD.org USE_IMAKE= yes CAT1= xcdplayer.0 -.include <bsd.port.mk> +.include "../../mk/bsd.pkg.mk" |