diff options
author | scrappy <scrappy@FreeBSD.org> | 1999-03-12 05:47:15 +0800 |
---|---|---|
committer | scrappy <scrappy@FreeBSD.org> | 1999-03-12 05:47:15 +0800 |
commit | 9b37fbae4caa9aa7445050824376535a268d2b31 (patch) | |
tree | c5ea529a9f6895e7723800b42866a8c7777f48ae /security/pgp5 | |
parent | b4b30a5eb7e3f1fcff1e74146a9d9cf216b5deed (diff) | |
download | freebsd-ports-gnome-9b37fbae4caa9aa7445050824376535a268d2b31.tar.gz freebsd-ports-gnome-9b37fbae4caa9aa7445050824376535a268d2b31.tar.zst freebsd-ports-gnome-9b37fbae4caa9aa7445050824376535a268d2b31.zip |
Commit all Y2K/WWW_SITE changes from today...
Diffstat (limited to 'security/pgp5')
-rw-r--r-- | security/pgp5/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/security/pgp5/Makefile b/security/pgp5/Makefile index 686b06626d63..47de900dd2a5 100644 --- a/security/pgp5/Makefile +++ b/security/pgp5/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 |