diff options
author | Michael Haro <mharo@FreeBSD.org> | 2000-04-21 08:19:33 +0000 |
---|---|---|
committer | Michael Haro <mharo@FreeBSD.org> | 2000-04-21 08:19:33 +0000 |
commit | 4cf4ab0a2fdb34a7e33c053e7a18cdec23138e75 (patch) | |
tree | 15e4740db2f14a3ea4848f1dfcc64de1e6b5d9bf /security/pgp6 | |
parent | feb212beb00bfe3bc18e398c9d57084415ce3efd (diff) |
Correct whitespace introduced during PORTNAME conversion and portlint
Notes
Notes:
svn path=/head/; revision=27847
Diffstat (limited to 'security/pgp6')
-rw-r--r-- | security/pgp6/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/security/pgp6/Makefile b/security/pgp6/Makefile index 90171995c62e..c4edc91c275d 100644 --- a/security/pgp6/Makefile +++ b/security/pgp6/Makefile @@ -8,10 +8,10 @@ PORTNAME= pgp PORTVERSION= 5.0i CATEGORIES= security -MASTER_SITES= ftp://ftp.ifi.uio.no/pub/pgp/5.0/unix/ \ +MASTER_SITES= ftp://ftp.ifi.uio.no/pub/pgp/5.0/unix/ \ ftp://ftp.doc.ic.ac.uk/pub/Mirrors/ftp.ifi.uio.no/pub/pgp/5.0/unix/ DISTNAME= pgp50i -EXTRACT_SUFX= -unix-src.tar.gz +EXTRACT_SUFX= -unix-src.tar.gz MAINTAINER= markm@FreeBSD.org @@ -19,7 +19,7 @@ Y2K= http://www.pgpi.com/faq/pgpi.shtml#Year2000 WRKSRC= ${WRKDIR}/${DISTNAME}/src GNU_CONFIGURE= yes -RESTRICTED= "Crypto" +RESTRICTED= "Crypto" MAN1= pgp5.1 pgpe.1 pgpk.1 pgps.1 pgpv.1 MAN5= pgp.cfg.5 MAN7= pgp-integration.7 pgp-intro.7 |