aboutsummaryrefslogtreecommitdiff
path: root/security/fwtk
diff options
context:
space:
mode:
authorAdam David <adam@FreeBSD.org>1996-06-20 12:39:36 +0000
committerAdam David <adam@FreeBSD.org>1996-06-20 12:39:36 +0000
commitbd09d6660c4f0312a1dcc7213c71053005330a2f (patch)
treea41d0f451735a397a9ecc108ae59d3d0ac6e1383 /security/fwtk
parent25d1111b1d0edde5ee03864c2dd162c00d812047 (diff)
downloadports-bd09d6660c4f0312a1dcc7213c71053005330a2f.tar.gz
ports-bd09d6660c4f0312a1dcc7213c71053005330a2f.zip
missing )
Notes
Notes: svn path=/head/; revision=3257
Diffstat (limited to 'security/fwtk')
-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>