diff options
author | agc <agc> | 1998-04-15 10:38:15 +0000 |
---|---|---|
committer | agc <agc> | 1998-04-15 10:38:15 +0000 |
commit | ac377f60df940231df0309c289c7f58ddaea1390 (patch) | |
tree | 35307bbb1d53c1243684aaf33a30be9253e985bc /audio | |
parent | de715390eca9ca8d8352dd2715b0b5643f491c9c (diff) | |
download | pkgsrc-ac377f60df940231df0309c289c7f58ddaea1390.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')
-rw-r--r-- | audio/xmix/Makefile | 9 | ||||
-rw-r--r-- | audio/xmmix/Makefile | 9 | ||||
-rw-r--r-- | audio/xwave/Makefile | 9 |
3 files changed, 6 insertions, 21 deletions
diff --git a/audio/xmix/Makefile b/audio/xmix/Makefile index 96c3aa1a52f..89d5db0320f 100644 --- a/audio/xmix/Makefile +++ b/audio/xmix/Makefile @@ -1,9 +1,4 @@ -# New ports collection makefile for: xmix -# Version required: 2.1 -# Date created: 30 June 1995 -# Whom: janek@gaja.ipan.lublin.pl -# -# $NetBSD: Makefile,v 1.3 1998/01/19 01:21:58 hubertf Exp $ +# $NetBSD: Makefile,v 1.4 1998/04/15 10:38:15 agc Exp $ # FreeBSD Id: Makefile,v 1.5 1996/11/18 13:56:53 asami Exp # @@ -27,4 +22,4 @@ pre-configure: pre-install: ${INSTALL_DATA} ${WRKSRC}/XMix ${PREFIX}/lib/X11/app-defaults -.include <bsd.port.mk> +.include "../../mk/bsd.pkg.mk" diff --git a/audio/xmmix/Makefile b/audio/xmmix/Makefile index 163cef72c68..be445f565f4 100644 --- a/audio/xmmix/Makefile +++ b/audio/xmmix/Makefile @@ -1,9 +1,4 @@ -# New ports collection makefile for: xmmix -# Version required: 1.2-pl2 -# Date created: 97-10-24 -# Whom: augustss@cs.chalmers.se -# -# $NetBSD: Makefile,v 1.8 1998/03/26 07:21:20 hubertf Exp $ +# $NetBSD: Makefile,v 1.9 1998/04/15 10:38:15 agc Exp $ # FreeBSD ID: Makefile,v 1.5 1997/09/08 13:37:47 tg Exp # @@ -25,4 +20,4 @@ post-patch: ${SED} "s^/usr/lib/X11/xmmix.hlp^${PREFIX}/lib/X11/xmmix.hlp^" $$file.orig > $$file; \ done -.include <bsd.port.mk> +.include "../../mk/bsd.pkg.mk" diff --git a/audio/xwave/Makefile b/audio/xwave/Makefile index a8791c32081..96e6880f07b 100644 --- a/audio/xwave/Makefile +++ b/audio/xwave/Makefile @@ -1,9 +1,4 @@ -# New ports collection makefile for: xwave -# Version required: 0.6 -# Date created: 1998-02-21 -# Whom: hubertf@netbsd.org -# -# $NetBSD: Makefile,v 1.1 1998/02/21 22:43:46 hubertf Exp $ +# $NetBSD: Makefile,v 1.2 1998/04/15 10:38:15 agc Exp $ # DISTNAME= xwave-0.6 @@ -23,4 +18,4 @@ post-patch: cd ${WRKSRC} ; ${MV} src/XWave src/XWave.ad cd ${WRKSRC} ; ${TOUCH} src/xwave.man -.include <bsd.port.mk> +.include "../../mk/bsd.pkg.mk" |