diff options
author | adam <adam@FreeBSD.org> | 1996-06-20 12:39:36 +0000 |
---|---|---|
committer | adam <adam@FreeBSD.org> | 1996-06-20 12:39:36 +0000 |
commit | 82a40296d9599f4bfd320da0bb57d6353bde9f94 (patch) | |
tree | 675adf312ac759d8e357b42cbcc071a85c040567 /security | |
parent | 5fb357ef903a5dbe40f424e678fbbd782d7070fa (diff) | |
download | FreeBSD-ports-82a40296d9599f4bfd320da0bb57d6353bde9f94.zip FreeBSD-ports-82a40296d9599f4bfd320da0bb57d6353bde9f94.tar.gz |
missing )
Diffstat (limited to 'security')
-rw-r--r-- | security/fwtk/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/fwtk/Makefile b/security/fwtk/Makefile index bb16710..aea00ea 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> |