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 /security/pgp5/Makefile | |
parent | dc52048e014fdad9bb69ef9db159835a61c8dd4d (diff) | |
download | pkgsrc-3ad1bdbf063a03bdcca7087d41be98b07ad933af.tar.gz |
Move WRKSRC definition away from the first paragraph in a Makefile.
Diffstat (limited to 'security/pgp5/Makefile')
-rw-r--r-- | security/pgp5/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/pgp5/Makefile b/security/pgp5/Makefile index 9665788af75..2c62e296e8f 100644 --- a/security/pgp5/Makefile +++ b/security/pgp5/Makefile @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.22 2004/01/01 23:58:34 grant Exp $ +# $NetBSD: Makefile,v 1.23 2004/01/20 12:25:34 agc Exp $ # DISTNAME= pgp50i-unix-src PKGNAME= pgp5-5.0i -WRKSRC= ${WRKDIR}/pgp50i/src CATEGORIES= security MASTER_SITES= ftp://ftp.pgpi.com/pub/pgp/5.0/unix/ \ ftp://ftp.at.pgpi.com/pub/pgpi/5.0/unix/ \ @@ -22,6 +21,7 @@ USE_PERL5= build CONFLICTS= pgraf-[0-9]* # Both have a `pgps' executable +WRKSRC= ${WRKDIR}/pgp50i/src CRYPTO= YES GNU_CONFIGURE= YES USE_RSAREF2= NO |