summaryrefslogtreecommitdiff
path: root/audio/csound-bath
diff options
context:
space:
mode:
authoragc <agc>2004-01-20 12:07:06 +0000
committeragc <agc>2004-01-20 12:07:06 +0000
commit0bc53217fe50327f0f59e7136db15f92f75951d9 (patch)
tree28fc431efa48feea798736cefee933a6529a5c91 /audio/csound-bath
parent4ef418cfdcfbcc2f20fac9453fb8f2e2d95bf05a (diff)
downloadpkgsrc-0bc53217fe50327f0f59e7136db15f92f75951d9.tar.gz
Move WRKSRC definition away from the first paragraph in a Makefile.
Diffstat (limited to 'audio/csound-bath')
-rw-r--r--audio/csound-bath/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/csound-bath/Makefile b/audio/csound-bath/Makefile
index 96fa44b9587..88907e0107d 100644
--- a/audio/csound-bath/Makefile
+++ b/audio/csound-bath/Makefile
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.14 2003/12/24 09:53:47 jmmv Exp $
+# $NetBSD: Makefile,v 1.15 2004/01/20 12:07:41 agc Exp $
#
DISTNAME= Csound4.23
PKGNAME= csound-bath-4.23
-WRKSRC= ${WRKDIR}
CATEGORIES= audio
MASTER_SITES= ftp://ftp.cs.bath.ac.uk/pub/dream/newest/
@@ -16,6 +15,7 @@ RESTRICTED= "no for-fee-redistribution"
NO_SRC_ON_CDROM= ${RESTRICTED}
NO_BIN_ON_CDROM= ${RESTRICTED}
+WRKSRC= ${WRKDIR}
DIST_SUBDIR= csound
CONFLICTS= csound-dev-4*
USE_GMAKE= yes