diff options
author | billf <billf@FreeBSD.org> | 1999-04-08 19:05:48 +0000 |
---|---|---|
committer | billf <billf@FreeBSD.org> | 1999-04-08 19:05:48 +0000 |
commit | d01ef0378d37773eedc2b569913c63d8fed5b968 (patch) | |
tree | 97aa185d299a9b6b451fae93acaede51995a2417 /security/pgp6 | |
parent | 15908323f143e9b239d3f16ddfd00abf90ae488c (diff) | |
download | FreeBSD-ports-d01ef0378d37773eedc2b569913c63d8fed5b968.zip FreeBSD-ports-d01ef0378d37773eedc2b569913c63d8fed5b968.tar.gz |
Proper URLs that reference directories end in '/'
Diffstat (limited to 'security/pgp6')
-rw-r--r-- | security/pgp6/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/pgp6/Makefile b/security/pgp6/Makefile index e9b0c0c..f82cd98 100644 --- a/security/pgp6/Makefile +++ b/security/pgp6/Makefile @@ -5,7 +5,7 @@ # Date created: 10 Feb 1998 # Whom: markm # -# $Id: Makefile,v 1.26 1999/03/11 21:47:15 scrappy Exp $ +# $Id: Makefile,v 1.27 1999/03/17 11:52:45 markm Exp $ # DISTNAME= pgp50i @@ -18,7 +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 +WWW_SITE= http://www.pgpi.com/ WRKSRC= ${WRKDIR}/${DISTNAME}/src HAS_CONFIGURE= yes |