summaryrefslogtreecommitdiff
path: root/security/fwtk/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'security/fwtk/Makefile')
-rw-r--r--security/fwtk/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/security/fwtk/Makefile b/security/fwtk/Makefile
index bb16710a8b65..aea00eac5888 100644
--- a/security/fwtk/Makefile
+++ b/security/fwtk/Makefile
@@ -3,7 +3,7 @@
# Date created: 15th June 1996
# Whom: gpalmer
#
-# $Id: Makefile,v 1.1.1.1 1996/06/15 06:55:51 gpalmer Exp $
+# $Id: Makefile,v 1.2 1996/06/16 15:30:04 markm Exp $
#
DISTNAME= fwtk-1.3
@@ -45,7 +45,7 @@ post-install:
( cd ${PREFIX}/man/man8; gzip -9nfv ${MAN8} )
.endif
.if !defined(NOPORTDOCS)
- ( cd ${WRKSRC}/doc ; cp ${DOCS} ${PREFIX}/share/doc/fwtk
+ ( cd ${WRKSRC}/doc ; cp ${DOCS} ${PREFIX}/share/doc/fwtk )
.endif
.include <bsd.port.mk>