diff options
author | Marc G. Fournier <scrappy@FreeBSD.org> | 1999-01-15 14:23:31 +0000 |
---|---|---|
committer | Marc G. Fournier <scrappy@FreeBSD.org> | 1999-01-15 14:23:31 +0000 |
commit | 67c332f10468d29868de70ac6219b77415c1b598 (patch) | |
tree | 3e9ed95b7fcc81435e68911fcebb47346cc52749 /security/pgp6/Makefile | |
parent | Fix font dependency path and unmark BROKEN_ELF. (diff) |
Add Y2K link...
Notes
Notes:
svn path=/head/; revision=16067
Diffstat (limited to 'security/pgp6/Makefile')
-rw-r--r-- | security/pgp6/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/security/pgp6/Makefile b/security/pgp6/Makefile index 9ec08340c6de..686b06626d63 100644 --- a/security/pgp6/Makefile +++ b/security/pgp6/Makefile @@ -5,7 +5,7 @@ # Date created: 10 Feb 1998 # Whom: markm # -# $Id: Makefile,v 1.23 1998/06/03 06:04:15 markm Exp $ +# $Id: Makefile,v 1.24 1999/01/03 13:21:56 markm Exp $ # DISTNAME= pgp50i @@ -17,6 +17,8 @@ EXTRACT_SUFX= -unix-src.tar.gz MAINTAINER= markm@FreeBSD.ORG +Y2K= http://www.pgpi.com/faq/pgpi.shtml#Year2000 + WRKSRC= ${WRKDIR}/${DISTNAME}/src HAS_CONFIGURE= yes CONFIGURE_ARGS= --prefix=${PREFIX} |