svn commit: r382832 - head/sysutils/bsdstats

Baptiste Daroussin bapt at FreeBSD.org
Tue Mar 31 15:14:39 UTC 2015


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>


More information about the svn-ports-head mailing list