diff options
author | bapt <bapt@FreeBSD.org> | 2015-03-31 23:14:38 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2015-03-31 23:14:38 +0800 |
commit | b35c9468703435669b3ea8ec11e757c0eb7e5ca6 (patch) | |
tree | 14955a4b63a97b40fe2cf43f3bbef7a8feaa2164 | |
parent | 72396bd60cd15dc550dab4e256ae50af95b58d27 (diff) | |
download | freebsd-ports-gnome-b35c9468703435669b3ea8ec11e757c0eb7e5ca6.tar.gz freebsd-ports-gnome-b35c9468703435669b3ea8ec11e757c0eb7e5ca6.tar.zst freebsd-ports-gnome-b35c9468703435669b3ea8ec11e757c0eb7e5ca6.zip |
Remove useless execution of post install script
-rw-r--r-- | sysutils/bsdstats/Makefile | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/sysutils/bsdstats/Makefile b/sysutils/bsdstats/Makefile index 22e74bcce8cc..8609011c5d7b 100644 --- a/sysutils/bsdstats/Makefile +++ b/sysutils/bsdstats/Makefile @@ -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> |