summaryrefslogtreecommitdiff
path: root/security/fwtk
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>1996-11-18 11:44:27 +0000
committerSatoshi Asami <asami@FreeBSD.org>1996-11-18 11:44:27 +0000
commit300c45cf2e488b0b4bef726272d1259f14ae8ed9 (patch)
tree842a2dc4580fa0370f28faca34d61ab06c735859 /security/fwtk
parentRemove spurious ^M at end of lines. (diff)
Use MAN? macros. CATEGORIES+= -> CATEGORIES.
Notes
Notes: svn path=/head/; revision=4575
Diffstat (limited to 'security/fwtk')
-rw-r--r--security/fwtk/Makefile7
1 files changed, 1 insertions, 6 deletions
diff --git a/security/fwtk/Makefile b/security/fwtk/Makefile
index 48f2dc50b802..227338a6f2e4 100644
--- a/security/fwtk/Makefile
+++ b/security/fwtk/Makefile
@@ -3,7 +3,7 @@
# Date created: 15th June 1996
# Whom: gpalmer
#
-# $Id: Makefile,v 1.4 1996/09/19 09:58:47 gpalmer Exp $
+# $Id: Makefile,v 1.5 1996/11/13 18:15:02 markm Exp $
#
DISTNAME= fwtk-1.3
@@ -47,11 +47,6 @@ post-install:
( cd ${WRKSRC}/doc/man ; ${INSTMAN} ${MAN3} ${PREFIX}/man/man3 )
( cd ${WRKSRC}/doc/man ; ${INSTMAN} ${MAN5} ${PREFIX}/man/man5 )
( cd ${WRKSRC}/doc/man ; ${INSTMAN} ${MAN8} ${PREFIX}/man/man8 )
-.if !defined(NOMANCOMPRESS)
- ( cd ${PREFIX}/man/man3; gzip -9nfv ${MAN3} )
- ( cd ${PREFIX}/man/man5; gzip -9nfv ${MAN5} )
- ( cd ${PREFIX}/man/man8; gzip -9nfv ${MAN8} )
-.endif
.if !defined(NOPORTDOCS)
( cd ${WRKSRC}/doc ; cp ${DOCS} ${PREFIX}/share/doc/fwtk )
.endif