summaryrefslogtreecommitdiff
path: root/audio/openal
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/openal
parent46eceba7253d40f1643bc06f73cc7fd2148c2e8e (diff)
downloadpkgsrc-dc52048e014fdad9bb69ef9db159835a61c8dd4d.tar.gz
Move WRKSRC definition away from the first paragraph in a Makefile.
Diffstat (limited to 'audio/openal')
-rw-r--r--audio/openal/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/openal/Makefile b/audio/openal/Makefile
index fa077a25fcb..ec7e882b7c2 100644
--- a/audio/openal/Makefile
+++ b/audio/openal/Makefile
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.6 2003/09/16 12:16:50 adam Exp $
+# $NetBSD: Makefile,v 1.7 2004/01/20 12:07:43 agc Exp $
#
DISTNAME= openal-20030724
-WRKSRC= ${WRKDIR}/${DISTNAME}/linux
CATEGORIES= audio
MASTER_SITES= http://math.smsu.edu/~erik/files/fbsd/ \
http://www.smluc.org/~erik/ \
@@ -12,6 +11,7 @@ MAINTAINER= xtraeme@NetBSD.org
HOMEPAGE= http://www.openal.org/
COMMENT= 3D positional spatialized sound library
+WRKSRC= ${WRKDIR}/${DISTNAME}/linux
GNU_CONFIGURE= YES
USE_BUILDLINK2= YES
USE_GMAKE= YES