summaryrefslogtreecommitdiff
path: root/net-mgmt
diff options
context:
space:
mode:
authorSergey Matveychuk <sem@FreeBSD.org>2012-06-15 14:16:57 +0000
committerSergey Matveychuk <sem@FreeBSD.org>2012-06-15 14:16:57 +0000
commitf4e15f93e49a609c53c1bdaf2b6403a5da5c0f3a (patch)
tree4e6e4a48e64e0e7e9bf2ccb03fa9e892f1ae006b /net-mgmt
parent- Add an official patch: SNMPv3 Privilege Protocol None (diff)
- Remove obsolated post-extract message
Notes
Notes: svn path=/head/; revision=299350
Diffstat (limited to 'net-mgmt')
-rw-r--r--net-mgmt/cacti/Makefile9
1 files changed, 0 insertions, 9 deletions
diff --git a/net-mgmt/cacti/Makefile b/net-mgmt/cacti/Makefile
index 4e47f1b4ac1c..8fbc8db4c92f 100644
--- a/net-mgmt/cacti/Makefile
+++ b/net-mgmt/cacti/Makefile
@@ -45,15 +45,6 @@ PLIST_SUB+= CACTIDIR=${CACTIDIR}
SUB_LIST+= CACTIDIR=${CACTIDIR} CACTIUSER=${CACTIUSER} \
CACTIGROUP=${CACTIGROUP}
-.if defined(WITH_PLUGIN_ARCH)
-post-extract:
- @${ECHO_CMD} "*************************************************************"
- @${ECHO_CMD} "WARNING! Plugin support is dropped!"
- @${ECHO_CMD} "Remove ${PORT_DBDIR}/${PORTNAME}/options file and try again"
- @${ECHO_CMD} "*************************************************************"
- @exit 1
-.endif
-
post-patch:
@${FIND} ${WRKSRC} -name \*.orig -delete; \
${MV} ${WRKSRC}/include/config.php ${WRKSRC}/include/config.php.orig