diff options
author | bapt <bapt@FreeBSD.org> | 2013-05-04 06:18:16 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-05-04 06:18:16 +0800 |
commit | 6053ad5e4844c4fd5989a0f7645f303007200a04 (patch) | |
tree | 9441f3527be766cda92d5eb43de64678e6143740 /security | |
parent | fcbc1c777a3e2bb2fcdadd4df5f7f469e6ee6287 (diff) | |
download | freebsd-ports-gnome-6053ad5e4844c4fd5989a0f7645f303007200a04.tar.gz freebsd-ports-gnome-6053ad5e4844c4fd5989a0f7645f303007200a04.tar.zst freebsd-ports-gnome-6053ad5e4844c4fd5989a0f7645f303007200a04.zip |
Fix build
Diffstat (limited to 'security')
-rw-r--r-- | security/tripwire12/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/security/tripwire12/Makefile b/security/tripwire12/Makefile index cbff9750d1c8..70870d0c06de 100644 --- a/security/tripwire12/Makefile +++ b/security/tripwire12/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: tripwire -# Date created: 31 Mar 1997 -# Whom: Joe Greco <jgreco@ns.sol.net> -# +# Created by: Joe Greco <jgreco@ns.sol.net> # $FreeBSD$ -# PORTNAME= tripwire PORTVERSION= 1.2 @@ -34,7 +30,7 @@ post-patch: pre-configure: @ ${CP} ${FILESDIR}/conf-freebsd2.h ${WRKSRC}/configs - @ ${cp} ${TWCONFIG} ${WRKSRC}/configs/tw.conf.freebsd8 + @ ${CP} ${TWCONFIG} ${WRKSRC}/configs/tw.conf.freebsd8 post-install: @ ${MKDIR} /var/adm/tcheck |