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/sudo | |
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/sudo')
-rw-r--r-- | security/sudo/Makefile | 4 | ||||
-rw-r--r-- | security/sudo/pkg-plist | 6 |
2 files changed, 6 insertions, 4 deletions
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 |