diff options
author | Marc G. Fournier <scrappy@FreeBSD.org> | 1999-03-11 21:47:15 +0000 |
---|---|---|
committer | Marc G. Fournier <scrappy@FreeBSD.org> | 1999-03-11 21:47:15 +0000 |
commit | d5ba786a254c17d1333ad29b2032caca32ebbdf7 (patch) | |
tree | d55c75fcfc0b21b2d9d29130e6b54098919500f7 /security/pgp6 | |
parent | 35401f79cd3c5731272247c2e2b60d5f5c6de0a7 (diff) | |
download | ports-d5ba786a254c17d1333ad29b2032caca32ebbdf7.tar.gz ports-d5ba786a254c17d1333ad29b2032caca32ebbdf7.zip |
Commit all Y2K/WWW_SITE changes from today...
Notes
Notes:
svn path=/head/; revision=17142
Diffstat (limited to 'security/pgp6')
-rw-r--r-- | security/pgp6/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/security/pgp6/Makefile b/security/pgp6/Makefile index 686b06626d63..47de900dd2a5 100644 --- a/security/pgp6/Makefile +++ b/security/pgp6/Makefile @@ -5,7 +5,7 @@ # Date created: 10 Feb 1998 # Whom: markm # -# $Id: Makefile,v 1.24 1999/01/03 13:21:56 markm Exp $ +# $Id: Makefile,v 1.25 1999/01/15 14:23:31 scrappy Exp $ # DISTNAME= pgp50i @@ -18,6 +18,7 @@ EXTRACT_SUFX= -unix-src.tar.gz MAINTAINER= markm@FreeBSD.ORG Y2K= http://www.pgpi.com/faq/pgpi.shtml#Year2000 +WWW_SITE= http://www.pgpi.com WRKSRC= ${WRKDIR}/${DISTNAME}/src HAS_CONFIGURE= yes |