diff options
author | mharo <mharo@FreeBSD.org> | 2000-04-21 16:19:33 +0800 |
---|---|---|
committer | mharo <mharo@FreeBSD.org> | 2000-04-21 16:19:33 +0800 |
commit | 084e6f2af64a7a37026b42439396fb80814b7ff3 (patch) | |
tree | 0a2ab527c09bd56fb7098f69adc715d629a7da97 /security/pgp5 | |
parent | fef90ef29a8aec44c1d930de3396ab6ff3eabbd8 (diff) | |
download | freebsd-ports-gnome-084e6f2af64a7a37026b42439396fb80814b7ff3.tar.gz freebsd-ports-gnome-084e6f2af64a7a37026b42439396fb80814b7ff3.tar.zst freebsd-ports-gnome-084e6f2af64a7a37026b42439396fb80814b7ff3.zip |
Correct whitespace introduced during PORTNAME conversion and portlint
Diffstat (limited to 'security/pgp5')
-rw-r--r-- | security/pgp5/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/security/pgp5/Makefile b/security/pgp5/Makefile index 90171995c62e..c4edc91c275d 100644 --- a/security/pgp5/Makefile +++ b/security/pgp5/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 |