Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 20 Jul 2016 15:32:50 +0000 (UTC)
From:      Mathieu Arnold <mat@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r418839 - head/security/tripwire
Message-ID:  <201607201532.u6KFWoET079224@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: mat
Date: Wed Jul 20 15:32:50 2016
New Revision: 418839
URL: https://svnweb.freebsd.org/changeset/ports/418839

Log:
  Remove unused variable.
  
  (It is redefined two lines below.)
  
  Sponsored by:	Absolight

Modified:
  head/security/tripwire/Makefile   (contents, props changed)

Modified: head/security/tripwire/Makefile
==============================================================================
--- head/security/tripwire/Makefile	Wed Jul 20 15:10:01 2016	(r418838)
+++ head/security/tripwire/Makefile	Wed Jul 20 15:32:50 2016	(r418839)
@@ -143,7 +143,6 @@ make-pkg-install:
 	@ ${ECHO_CMD} DO_NOT_CONFIG=yes >> ${PKGPOSTINSTALL}
 	@ ${ECHO_CMD} TW_CLOBBER="false" >> ${PKGPOSTINSTALL}
 	@ ${ECHO_CMD} TW_PROMPT="false" >> ${PKGPOSTINSTALL}
-	@ ${ECHO_CMD} sysconfdir="$(sysconfdir)" >> ${PKGPOSTINSTALL}
 	@ ${ECHO_CMD} prefix=${PREFIX} >> ${PKGPOSTINSTALL}
 	@ ${ECHO_CMD} sysconfdir=${TWCFG} >> ${PKGPOSTINSTALL}
 	@ ${ECHO_CMD} path_to_vi="/usr/bin/vi" >> ${PKGPOSTINSTALL}



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