summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
Diffstat (limited to 'security')
-rw-r--r--security/pgp/Makefile9
-rw-r--r--security/pgp/pkg-plist3
-rw-r--r--security/pgp5/Makefile9
-rw-r--r--security/pgp5/pkg-plist3
-rw-r--r--security/pgp6/Makefile9
-rw-r--r--security/pgp6/pkg-plist3
-rw-r--r--security/sudo/Makefile4
-rw-r--r--security/sudo/pkg-plist6
-rw-r--r--security/xinetd/Makefile4
-rw-r--r--security/xinetd/pkg-plist6
10 files changed, 30 insertions, 26 deletions
diff --git a/security/pgp/Makefile b/security/pgp/Makefile
index d48ecaaf745b..d0cbab87ab19 100644
--- a/security/pgp/Makefile
+++ b/security/pgp/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/pgp/pkg-plist b/security/pgp/pkg-plist
index 061580629be0..49c8b7d548d1 100644
--- a/security/pgp/pkg-plist
+++ b/security/pgp/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
diff --git a/security/pgp5/Makefile b/security/pgp5/Makefile
index d48ecaaf745b..d0cbab87ab19 100644
--- a/security/pgp5/Makefile
+++ b/security/pgp5/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/pgp5/pkg-plist b/security/pgp5/pkg-plist
index 061580629be0..49c8b7d548d1 100644
--- a/security/pgp5/pkg-plist
+++ b/security/pgp5/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
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
diff --git a/security/sudo/Makefile b/security/sudo/Makefile
index c06654c7ae22..f1cabe3cef7a 100644
--- a/security/sudo/Makefile
+++ b/security/sudo/Makefile
@@ -3,7 +3,7 @@
# Date created: Sun Aug 13 12:36:14 CDT 1995
# Whom: erich@rrnet.com
#
-# $Id: Makefile,v 1.4 1996/09/06 13:41:02 erich Exp $
+# $Id: Makefile,v 1.5 1996/11/12 00:05:35 obrien Exp $
#
DISTNAME= cu-sudo.v1.5
@@ -17,5 +17,7 @@ MAINTAINER= erich@rrnet.com
HAS_CONFIGURE= yes
CONFIGURE_ARGS= --with-C2 --with-fbsdops
WRKSRC= ${WRKDIR}/sudo.v1.5
+MAN5= sudoers.5
+MAN8= sudo.8 visudo.8
.include <bsd.port.mk>
diff --git a/security/sudo/pkg-plist b/security/sudo/pkg-plist
index 08d6a469b268..7a4482cb579e 100644
--- a/security/sudo/pkg-plist
+++ b/security/sudo/pkg-plist
@@ -1,6 +1,6 @@
bin/sudo
sbin/visudo
etc/sudoers.sample
-man/man5/sudoers.5
-man/man8/sudo.8
-man/man8/visudo.8
+man/man5/sudoers.5.gz
+man/man8/sudo.8.gz
+man/man8/visudo.8.gz
diff --git a/security/xinetd/Makefile b/security/xinetd/Makefile
index 69f88b493ff5..a47c9fb4796d 100644
--- a/security/xinetd/Makefile
+++ b/security/xinetd/Makefile
@@ -3,7 +3,7 @@
# Date created: 28 June 1996
# Whom: markm
#
-# $Id: Makefile,v 1.1.1.1 1996/07/10 22:18:38 asami Exp $
+# $Id: Makefile,v 1.2 1996/11/17 07:58:10 obrien Exp $
#
DISTNAME= xinetd.2.1.7.4
@@ -14,6 +14,8 @@ DISTFILES= xinetd.2.1.7-freebsd.4.tar.gz
MAINTAINER= markm@FreeBSD.ORG
WRKSRC= ${WRKDIR}/xinetd.2.1.7-freebsd.4
+MAN1= xinetd.1
+MAN5= xinetd.conf.5 xinetd.log.5
do-build:
cd ${WRKSRC} ; ./compile-src -os freebsd2 -sf has_SB
diff --git a/security/xinetd/pkg-plist b/security/xinetd/pkg-plist
index 95565ed9ad6e..171e665dba90 100644
--- a/security/xinetd/pkg-plist
+++ b/security/xinetd/pkg-plist
@@ -1,4 +1,4 @@
-man/man1/xinetd.1
-man/man5/xinetd.conf.5
-man/man5/xinetd.log.5
+man/man1/xinetd.1.gz
+man/man5/xinetd.conf.5.gz
+man/man5/xinetd.log.5.gz
sbin/xinetd