diff options
author | asami <asami@FreeBSD.org> | 1996-11-18 22:17:24 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1996-11-18 22:17:24 +0800 |
commit | e1475027cde346cc8c26ff967438ba80036384a0 (patch) | |
tree | 4659b41700eb12b7f8cf84c6386677d53f5d8032 /security/pgp6 | |
parent | a1a675dbb0aeebf8a7e5798c2180a3cc6a2a42b7 (diff) | |
download | freebsd-ports-gnome-e1475027cde346cc8c26ff967438ba80036384a0.tar.gz freebsd-ports-gnome-e1475027cde346cc8c26ff967438ba80036384a0.tar.zst freebsd-ports-gnome-e1475027cde346cc8c26ff967438ba80036384a0.zip |
Compress a bunch of manpages. Remove unnecessary @ directives from
PLISTs.
Note: I know that this is going to break some symlinks and/or .so
includes, I will back some of these out as I run into these during
package building.
Diffstat (limited to 'security/pgp6')
-rw-r--r-- | security/pgp6/Makefile | 9 | ||||
-rw-r--r-- | security/pgp6/pkg-plist | 3 |
2 files changed, 6 insertions, 6 deletions
diff --git a/security/pgp6/Makefile b/security/pgp6/Makefile index d48ecaaf745b..d0cbab87ab19 100644 --- a/security/pgp6/Makefile +++ b/security/pgp6/Makefile @@ -5,7 +5,7 @@ # Date created: 8 Jul 1995 # Whom: ache # -# $Id: Makefile,v 1.16 1996/10/16 08:13:48 asami Exp $ +# $Id: Makefile,v 1.17 1996/11/17 07:58:03 obrien Exp $ # # Pick an initial default, else it doesn't get set in the INDEX. @@ -14,12 +14,13 @@ CATEGORIES= security MAINTAINER= ache@FreeBSD.ORG -RESTRICTED= YES +# Need to define USA_RESIDENT to YES or NO +IS_INTERACTIVE= YES +RESTRICTED= "Crypto" MAKEFILE= makefile ALL_TARGET= freebsd PGPLIB= ${PREFIX}/lib/pgp -# Need to define USA_RESIDENT to YES or NO -IS_INTERACTIVE= YES +MAN1= pgp.1 do-install: cd ${WRKSRC}; install -c -o bin -g bin -m 555 pgp ${PREFIX}/bin diff --git a/security/pgp6/pkg-plist b/security/pgp6/pkg-plist index 061580629be0..49c8b7d548d1 100644 --- a/security/pgp6/pkg-plist +++ b/security/pgp6/pkg-plist @@ -1,6 +1,5 @@ -@cwd /usr/local bin/pgp -man/man1/pgp.1 +man/man1/pgp.1.gz lib/pgp/pgp.hlp lib/pgp/pgpdoc1.txt lib/pgp/pgpdoc2.txt |