summaryrefslogtreecommitdiff
path: root/audio/xamp
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/xamp
parent46eceba7253d40f1643bc06f73cc7fd2148c2e8e (diff)
downloadpkgsrc-dc52048e014fdad9bb69ef9db159835a61c8dd4d.tar.gz
Move WRKSRC definition away from the first paragraph in a Makefile.
Diffstat (limited to 'audio/xamp')
-rw-r--r--audio/xamp/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/xamp/Makefile b/audio/xamp/Makefile
index 136a2841816..482c923d550 100644
--- a/audio/xamp/Makefile
+++ b/audio/xamp/Makefile
@@ -1,10 +1,9 @@
-# $NetBSD: Makefile,v 1.12 2002/08/16 03:12:12 jschauma Exp $
+# $NetBSD: Makefile,v 1.13 2004/01/20 12:07:43 agc Exp $
# FreeBSD: ports/audio/xamp/Makefile,v 1.5 1999/08/25 04:36:22 obrien Exp
#
DISTNAME= xamp-0.8-10
PKGNAME= xamp-0.8.10
-WRKSRC= ${WRKDIR}/xamp-0.8/xamp-0.8g
CATEGORIES= audio
MASTER_SITES= http://andrej.co.ru/~andrej/programs/xamp/ \
http://andrej.co.ru/~andrej/programs/xamp/backs/
@@ -17,6 +16,7 @@ COMMENT= Version of amp (stands for `Audio Mpeg Player') plus a Qt GUI
DEPENDS+= qt1-1.44:../../x11/qt1
+WRKSRC= ${WRKDIR}/xamp-0.8/xamp-0.8g
DIST_SUBDIR= xamp
GNU_CONFIGURE= yes
CONFIGURE_ENV+= CXXFLAGS="${CFLAGS}"