svn commit: r317283 - head/security/tripwire12
Baptiste Daroussin
bapt at FreeBSD.org
Fri May 3 22:18:17 UTC 2013
Author: bapt
Date: Fri May 3 22:18:16 2013
New Revision: 317283
URL: http://svnweb.freebsd.org/changeset/ports/317283
Log:
Fix build
Modified:
head/security/tripwire12/Makefile
Modified: head/security/tripwire12/Makefile
==============================================================================
--- head/security/tripwire12/Makefile Fri May 3 22:16:19 2013 (r317282)
+++ head/security/tripwire12/Makefile Fri May 3 22:18:16 2013 (r317283)
@@ -1,9 +1,5 @@
-# New ports collection makefile for: tripwire
-# Date created: 31 Mar 1997
-# Whom: Joe Greco <jgreco at ns.sol.net>
-#
+# Created by: Joe Greco <jgreco at 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
More information about the svn-ports-all
mailing list