Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 3 May 2013 22:18:17 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r317283 - head/security/tripwire12
Message-ID:  <201305032218.r43MIHxx064124@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201305032218.r43MIHxx064124>