diff options
author | asami <asami@FreeBSD.org> | 1996-11-18 14:17:24 +0000 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1996-11-18 14:17:24 +0000 |
commit | e1475027cde346cc8c26ff967438ba80036384a0 (patch) | |
tree | 4659b41700eb12b7f8cf84c6386677d53f5d8032 /security/xinetd | |
parent | a1a675dbb0aeebf8a7e5798c2180a3cc6a2a42b7 (diff) | |
download | FreeBSD-ports-e1475027cde346cc8c26ff967438ba80036384a0.zip FreeBSD-ports-e1475027cde346cc8c26ff967438ba80036384a0.tar.gz |
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/xinetd')
-rw-r--r-- | security/xinetd/Makefile | 4 | ||||
-rw-r--r-- | security/xinetd/pkg-plist | 6 |
2 files changed, 6 insertions, 4 deletions
diff --git a/security/xinetd/Makefile b/security/xinetd/Makefile index 69f88b4..a47c9fb 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 95565ed..171e665 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 |