diff options
author | sobomax <sobomax@FreeBSD.org> | 2001-01-16 17:33:20 +0000 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2001-01-16 17:33:20 +0000 |
commit | 51369898d389675759f44baed7961d59c8233c93 (patch) | |
tree | 8b4ec24d53e3f6345ace454c06ff938dbaf9a7a1 /security/pgp6/Makefile | |
parent | 03f706620f3d8413ee3403771d9bc2bc73023978 (diff) | |
download | FreeBSD-ports-51369898d389675759f44baed7961d59c8233c93.zip FreeBSD-ports-51369898d389675759f44baed7961d59c8233c93.tar.gz |
Massive style enforcement - use ^I instead of spaces for variables identation.
Diffstat (limited to 'security/pgp6/Makefile')
-rw-r--r-- | security/pgp6/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/security/pgp6/Makefile b/security/pgp6/Makefile index c8e4707..bc85374 100644 --- a/security/pgp6/Makefile +++ b/security/pgp6/Makefile @@ -8,7 +8,7 @@ PORTNAME= pgp PORTVERSION= 6.5.1i CATEGORIES= security -MASTER_SITES= ftp://ftp.no.pgpi.org/pub/pgp/6.5/6.5.1i/unix/ \ +MASTER_SITES= ftp://ftp.no.pgpi.org/pub/pgp/6.5/6.5.1i/unix/ \ ftp://ftp.fi.pgpi.org/pub/pgp/6.5/6.5.1i/unix/ \ ftp://ftp.se.pgpi.org/pub/pgp/6.5/6.5.1i/unix/ \ ftp://ftp.de.pgpi.org/pub/pgp/6.5/6.5.1i/unix/ \ @@ -16,14 +16,14 @@ MASTER_SITES= ftp://ftp.no.pgpi.org/pub/pgp/6.5/6.5.1i/unix/ \ ftp://ftp.nl.pgpi.org/pub/pgp/6.5/6.5.1i/unix/ \ ftp://ftp.ch.pgpi.org/pub/pgp/6.5/6.5.1i/unix/ \ ftp://ftp.ru.pgpi.org/pub/pgp/6.5/6.5.1i/unix/ -EXTRACT_SUFX= -beta2.tar.gz +EXTRACT_SUFX= -beta2.tar.gz MAINTAINER= mike@fate.com WRKSRC= ${WRKDIR}/${DISTNAME} -USE_GMAKE= YES +USE_GMAKE= yes -RESTRICTED= "Crypto" +RESTRICTED= "Crypto" MAN1= pgp.1 |