svn commit: r301562 - head/net-mgmt/net-snmp

Ryan Steinmetz zi at FreeBSD.org
Thu Jul 26 15:02:15 UTC 2012


Author: zi
Date: Thu Jul 26 15:02:15 2012
New Revision: 301562
URL: http://svn.freebsd.org/changeset/ports/301562

Log:
  - Fix issue when using pkgng
  
  PR:		ports/170197
  Submitted by:	ohauer

Modified:
  head/net-mgmt/net-snmp/Makefile

Modified: head/net-mgmt/net-snmp/Makefile
==============================================================================
--- head/net-mgmt/net-snmp/Makefile	Thu Jul 26 13:28:58 2012	(r301561)
+++ head/net-mgmt/net-snmp/Makefile	Thu Jul 26 15:02:15 2012	(r301562)
@@ -314,7 +314,7 @@ post-build:
 .endif
 
 post-install: strip-files install-config-files install-doc-files display-message
-	${MKDIR} /var/agentx
+	${MKDIR} /var/agentx ${PREFIX}/etc/snmp
 
 strip-files:
 	cd ${PREFIX}/bin; ${STRIP_CMD} ${BIN_FILES}



More information about the svn-ports-head mailing list