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 /net/socks4 | |
parent | dc52048e014fdad9bb69ef9db159835a61c8dd4d (diff) | |
download | pkgsrc-3ad1bdbf063a03bdcca7087d41be98b07ad933af.tar.gz |
Move WRKSRC definition away from the first paragraph in a Makefile.
Diffstat (limited to 'net/socks4')
-rw-r--r-- | net/socks4/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/socks4/Makefile b/net/socks4/Makefile index eae1644797d..2d454312b05 100644 --- a/net/socks4/Makefile +++ b/net/socks4/Makefile @@ -1,10 +1,9 @@ -# $NetBSD: Makefile,v 1.17 2004/01/05 11:20:17 jlam Exp $ +# $NetBSD: Makefile,v 1.18 2004/01/20 12:22:22 agc Exp $ # DISTNAME= export.socks.cstc.4.2.2 PKGNAME= socks4-2.2 PKGREVISION= 1 -WRKSRC= ${WRKDIR}/socks.cstc.4.2 CATEGORIES= net security MASTER_SITES= ftp://ftp.nec.com/pub/socks/socks4/ @@ -20,6 +19,7 @@ NO_BIN_ON_CDROM= ${RESTRICTED} PKG_INSTALLATION_TYPES= overwrite pkgviews +WRKSRC= ${WRKDIR}/socks.cstc.4.2 USE_BUILDLINK3= yes USE_PKGINSTALL= yes MAKE_ENV+= OPTIMIZE="${CFLAGS}" |