diff options
author | agc <agc@pkgsrc.org> | 2001-09-09 20:36:07 +0000 |
---|---|---|
committer | agc <agc@pkgsrc.org> | 2001-09-09 20:36:07 +0000 |
commit | a16fc84f19dd8bf3201242f9e04334979fbebb2f (patch) | |
tree | 3fd1a2f535365e26fdc0e751d53fad480118cea2 /audio | |
parent | 9a53280dd16ed46cdf17cd6040cbfa62bcc8319a (diff) | |
download | pkgsrc-a16fc84f19dd8bf3201242f9e04334979fbebb2f.tar.gz |
Deprecate NO_WRKSUBDIR, replacing it with an explicit assignment of:
WRKSRC= ${WRKDIR}
This is much cleaner, much more indicative of what happens, and removes
another of the negative definitions (NO_.* = value).
Diffstat (limited to 'audio')
-rw-r--r-- | audio/csound-bath/Makefile | 4 | ||||
-rw-r--r-- | audio/maplay/Makefile | 4 | ||||
-rw-r--r-- | audio/mbrola/Makefile | 4 | ||||
-rw-r--r-- | audio/snd/Makefile | 4 |
4 files changed, 8 insertions, 8 deletions
diff --git a/audio/csound-bath/Makefile b/audio/csound-bath/Makefile index 8e169dd6919..184c1a750a3 100644 --- a/audio/csound-bath/Makefile +++ b/audio/csound-bath/Makefile @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.2 2001/06/11 06:34:17 jlam Exp $ +# $NetBSD: Makefile,v 1.3 2001/09/09 20:36:12 agc Exp $ # DISTNAME= Csound4.12 PKGNAME= csound-bath-4.12 -NO_WRKSUBDIR= yes CATEGORIES= audio MASTER_SITES= ftp://ftp.maths.bath.ac.uk/pub/dream/newest/ @@ -15,6 +14,7 @@ LICENSE= csound-license NO_SRC_ON_CDROM= "no for-fee-redistribution" NO_BIN_ON_CDROM= ${NO_SRC_ON_CDROM} +WRKSRC= ${WRKDIR} DIST_SUBDIR= csound CONFLICTS= csound-4* diff --git a/audio/maplay/Makefile b/audio/maplay/Makefile index 8bafc62d71f..acce35aa5fd 100644 --- a/audio/maplay/Makefile +++ b/audio/maplay/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2001/04/16 22:10:28 zuntum Exp $ +# $NetBSD: Makefile,v 1.8 2001/09/09 20:36:12 agc Exp $ # FreeBSD Id: Makefile,v 1.6 1997/01/07 14:58:04 torstenb Exp # @@ -11,7 +11,7 @@ EXTRACT_SUFX= .tar.Z MAINTAINER= packages@netbsd.org COMMENT= MPEG audio player/decoder for layer I and II MPEG audio streams -NO_WRKSUBDIR= yes +WRKSRC= ${WRKDIR} PATCH_STRIP= -p2 pre-configure: diff --git a/audio/mbrola/Makefile b/audio/mbrola/Makefile index e7d851119eb..bc094086253 100644 --- a/audio/mbrola/Makefile +++ b/audio/mbrola/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2001/07/18 15:19:46 wiz Exp $ +# $NetBSD: Makefile,v 1.5 2001/09/09 20:36:13 agc Exp $ DISTNAME= mbr301h PKGNAME= mbrola-301h @@ -13,7 +13,7 @@ COMMENT= MBROLA diphone synthesizer executable LICENSE= no-commercial-use DIST_SUBDIR= mbrola-20010717 -NO_WRKSUBDIR= +WRKSRC= ${WRKDIR} NO_BUILD= ONLY_FOR_PLATFORM= NetBSD-*-i386 diff --git a/audio/snd/Makefile b/audio/snd/Makefile index 0e0570d778e..d97711e735c 100644 --- a/audio/snd/Makefile +++ b/audio/snd/Makefile @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.24 2001/09/08 19:55:39 jlam Exp $ +# $NetBSD: Makefile,v 1.25 2001/09/09 20:36:13 agc Exp $ # DISTNAME= snd PKGNAME= snd-19980212 -NO_WRKSUBDIR= YES CATEGORIES= audio MASTER_SITES= ${MASTER_SITE_LOCAL} @@ -14,6 +13,7 @@ COMMENT= X based sound editor NO_SRC_ON_FTP= Already on MASTER_SITE_LOCAL USE_BUILDLINK_ONLY= YES +WRKSRC= ${WRKDIR} MAKEFILE= makefile.netbsd ALL_TARGET= snd HTMLDIR= ${PREFIX}/share/doc/html/snd |