diff options
author | agc <agc@pkgsrc.org> | 2004-01-20 12:07:06 +0000 |
---|---|---|
committer | agc <agc@pkgsrc.org> | 2004-01-20 12:07:06 +0000 |
commit | 3a111113dcf15a2b040e07ba3513ace1fed6fea6 (patch) | |
tree | 28fc431efa48feea798736cefee933a6529a5c91 /audio/xamp | |
parent | 6e91cb59f4f7438fb915bac8df227587a9c83e61 (diff) | |
download | pkgsrc-3a111113dcf15a2b040e07ba3513ace1fed6fea6.tar.gz |
Move WRKSRC definition away from the first paragraph in a Makefile.
Diffstat (limited to 'audio/xamp')
-rw-r--r-- | audio/xamp/Makefile | 4 |
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}" |