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/rsaref | |
parent | 3a111113dcf15a2b040e07ba3513ace1fed6fea6 (diff) | |
download | pkgsrc-61769bf56e2f71617516434864edec5b0165f3d4.tar.gz |
Move WRKSRC definition away from the first paragraph in a Makefile.
Diffstat (limited to 'security/rsaref')
-rw-r--r-- | security/rsaref/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/rsaref/Makefile b/security/rsaref/Makefile index 7261c448651..2fde49c387b 100644 --- a/security/rsaref/Makefile +++ b/security/rsaref/Makefile @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.29 2004/01/05 23:36:32 jlam Exp $ +# $NetBSD: Makefile,v 1.30 2004/01/20 12:25:34 agc Exp $ # DISTNAME= rsaref PKGNAME= rsaref-2.0p3 -WRKSRC= ${WRKDIR}/install CATEGORIES= security MASTER_SITES= ftp://ftp.spinnaker.com/pub/crypt/rsaref/ EXTRACT_SUFX= .tar.Z @@ -11,6 +10,7 @@ EXTRACT_SUFX= .tar.Z MAINTAINER= tech-pkg@NetBSD.org COMMENT= Encryption/authentication library, RSA/MDX/DES +WRKSRC= ${WRKDIR}/install CRYPTO= yes LICENSE= no-commercial-use |