diff options
author | agc <agc@pkgsrc.org> | 2004-01-20 12:18:15 +0000 |
---|---|---|
committer | agc <agc@pkgsrc.org> | 2004-01-20 12:18:15 +0000 |
commit | 3ad1bdbf063a03bdcca7087d41be98b07ad933af (patch) | |
tree | 7e51ed5182afc31c5b55e269ef05eb2f01cb97f2 /www/ns-plugger-common/Makefile | |
parent | dc52048e014fdad9bb69ef9db159835a61c8dd4d (diff) | |
download | pkgsrc-3ad1bdbf063a03bdcca7087d41be98b07ad933af.tar.gz |
Move WRKSRC definition away from the first paragraph in a Makefile.
Diffstat (limited to 'www/ns-plugger-common/Makefile')
-rw-r--r-- | www/ns-plugger-common/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/ns-plugger-common/Makefile b/www/ns-plugger-common/Makefile index 707dfe4bb68..815f57dc953 100644 --- a/www/ns-plugger-common/Makefile +++ b/www/ns-plugger-common/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.14 2003/07/22 04:14:25 martti Exp $ +# $NetBSD: Makefile,v 1.15 2004/01/20 12:27:59 agc Exp $ DISTNAME= plugger-4.0-linux-x86-glibc PKGNAME= ns-${PLUGGERNAME}-${BINNAME}-${PLUGGERVERS} -WRKSRC= ${WRKDIR}/${PLUGGERFULL} CATEGORIES= www MASTER_SITES= http://fredrik.hubbe.net/plugger/ @@ -24,6 +23,7 @@ CONFLICTS+= plugger-[0-9]* # obsolete all-in-one plugger package ONLY_FOR_PLATFORM= NetBSD-*-i386 +WRKSRC= ${WRKDIR}/${PLUGGERFULL} NO_CONFIGURE= YES NO_BUILD= YES |