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 | 61769bf56e2f71617516434864edec5b0165f3d4 (patch) | |
tree | 7e51ed5182afc31c5b55e269ef05eb2f01cb97f2 /security/fprot-workstation-bin | |
parent | 3a111113dcf15a2b040e07ba3513ace1fed6fea6 (diff) | |
download | pkgsrc-61769bf56e2f71617516434864edec5b0165f3d4.tar.gz |
Move WRKSRC definition away from the first paragraph in a Makefile.
Diffstat (limited to 'security/fprot-workstation-bin')
-rw-r--r-- | security/fprot-workstation-bin/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/fprot-workstation-bin/Makefile b/security/fprot-workstation-bin/Makefile index d550c983f76..801bacfdfe8 100644 --- a/security/fprot-workstation-bin/Makefile +++ b/security/fprot-workstation-bin/Makefile @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.2 2004/01/07 23:10:17 ben Exp $ +# $NetBSD: Makefile,v 1.3 2004/01/20 12:25:33 agc Exp $ # DISTNAME= fp-netbsd-ws-4.3.1 PKGNAME= fprot-workstation-bin-4.3.1 -WRKSRC= ${WRKDIR}/f-prot CATEGORIES= security MASTER_SITES= ftp://ftp.f-prot.com/pub/bsd/ @@ -23,6 +22,7 @@ NO_BIN_ON_FTP= ${RESTRICTED} NO_SRC_ON_FTP= ${RESTRICTED} LICENSE= fprot-workstation-license +WRKSRC= ${WRKDIR}/f-prot NO_BUILD= yes USE_BUILDLINK3= yes |