Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 31 Mar 2015 15:14:38 +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: r382832 - head/sysutils/bsdstats
Message-ID:  <201503311514.t2VFEcPo044073@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Tue Mar 31 15:14:38 2015
New Revision: 382832
URL: https://svnweb.freebsd.org/changeset/ports/382832
QAT: https://qat.redports.org/buildarchive/r382832/

Log:
  Remove useless execution of post install script

Modified:
  head/sysutils/bsdstats/Makefile

Modified: head/sysutils/bsdstats/Makefile
==============================================================================
--- head/sysutils/bsdstats/Makefile	Tue Mar 31 15:11:38 2015	(r382831)
+++ head/sysutils/bsdstats/Makefile	Tue Mar 31 15:14:38 2015	(r382832)
@@ -28,9 +28,4 @@ do-install:
 	${INSTALL_SCRIPT} ${WRKDIR}/300.statistics \
 		${STAGEDIR}${PREFIX}/etc/periodic/monthly
 
-post-install:
-.if ! defined(BATCH) && ! defined(PACKAGE_BUILDING)
-	@PKG_PREFIX="${PREFIX}" ${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL
-.endif
-
 .include <bsd.port.post.mk>



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