diff options
Diffstat (limited to 'security/pgp2')
-rw-r--r-- | security/pgp2/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/pgp2/Makefile b/security/pgp2/Makefile index 0965066a432..22354d71681 100644 --- a/security/pgp2/Makefile +++ b/security/pgp2/Makefile @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.35 2003/07/23 10:51:13 jmmv Exp $ +# $NetBSD: Makefile,v 1.36 2004/01/20 12:25:34 agc Exp $ # FreeBSD Id: Makefile,v 1.20 1997/08/27 13:06:01 ache Exp # DISTNAME= pgp263is -WRKSRC= ${WRKDIR}/src CATEGORIES= security MASTER_SITES= ftp://ftp.ifi.uio.no/pub/pgp/2.x/src/ \ ftp://ftp.kiarchive.ru/pub/unix/crypto/pgp/ @@ -12,6 +11,7 @@ MAINTAINER= tech-pkg@NetBSD.org HOMEPAGE= http://www.pgpi.com/ COMMENT= Public-key encryption and digital signature utility (v2) +WRKSRC= ${WRKDIR}/src CRYPTO= yes USE_RSAREF2= NO |