summaryrefslogtreecommitdiffstats
path: root/security/fwtk
diff options
context:
space:
mode:
authorasami <asami@FreeBSD.org>1996-11-18 11:44:27 +0000
committerasami <asami@FreeBSD.org>1996-11-18 11:44:27 +0000
commit55d005face1453b1b4a2060d200b23e7a8724bc6 (patch)
tree57df8a2140bcfbf3d9340091e7c6cadd742f8b85 /security/fwtk
parente17062778b44808fb41055bba34741677ec69abc (diff)
downloadFreeBSD-ports-55d005face1453b1b4a2060d200b23e7a8724bc6.zip
FreeBSD-ports-55d005face1453b1b4a2060d200b23e7a8724bc6.tar.gz
Use MAN? macros. CATEGORIES+= -> CATEGORIES.
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 48f2dc5..227338a 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
OpenPOWER on IntegriCloud