diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1996-11-18 14:17:24 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1996-11-18 14:17:24 +0000 |
commit | c98cfd116dc0f77d80a247eaa00036df1e3335a1 (patch) | |
tree | 79b52e0aecd534af57de2d0ee3c9a860bc4a01fc /security/xinetd | |
parent | b7797c8f9cae00eef6480e567b0f9ab5d21741ed (diff) | |
download | ports-c98cfd116dc0f77d80a247eaa00036df1e3335a1.tar.gz ports-c98cfd116dc0f77d80a247eaa00036df1e3335a1.zip |
Notes
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 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 |