summaryrefslogtreecommitdiff
path: root/audio/oss
diff options
context:
space:
mode:
authoragc <agc@pkgsrc.org>2004-01-20 12:07:06 +0000
committeragc <agc@pkgsrc.org>2004-01-20 12:07:06 +0000
commitdc52048e014fdad9bb69ef9db159835a61c8dd4d (patch)
tree28fc431efa48feea798736cefee933a6529a5c91 /audio/oss
parent46eceba7253d40f1643bc06f73cc7fd2148c2e8e (diff)
downloadpkgsrc-dc52048e014fdad9bb69ef9db159835a61c8dd4d.tar.gz
Move WRKSRC definition away from the first paragraph in a Makefile.
Diffstat (limited to 'audio/oss')
-rw-r--r--audio/oss/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/oss/Makefile b/audio/oss/Makefile
index 5af9b9c45d8..616c5efb1d7 100644
--- a/audio/oss/Makefile
+++ b/audio/oss/Makefile
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.25 2004/01/05 20:50:01 jlam Exp $
+# $NetBSD: Makefile,v 1.26 2004/01/20 12:07:43 agc Exp $
DISTNAME= oss-${OSS_VERSION} # Overridden below
PKGNAME= oss-${OSS_VERSION}
-WRKSRC= ${WRKDIR}
CATEGORIES= audio sysutils
MASTER_SITES= ftp://ftp.opensound.com/pub/oss/netbsd/
@@ -25,6 +24,7 @@ NO_BIN_ON_CDROM= ${RESTRICTED}
NO_SRC_ON_FTP= ${RESTRICTED}
NO_BIN_ON_FTP= ${RESTRICTED}
+WRKSRC= ${WRKDIR}
USE_BUILDLINK3= yes
USE_PKGINSTALL= yes
NO_CONFIGURE= yes