diff options
author | zi <zi@FreeBSD.org> | 2012-07-26 23:02:15 +0800 |
---|---|---|
committer | zi <zi@FreeBSD.org> | 2012-07-26 23:02:15 +0800 |
commit | cccd52d35f72f25a797e2135161315408d2119e5 (patch) | |
tree | 49c47f6c155fd0fd7a67d2376f20ffebfc27ba70 /net-mgmt | |
parent | bbf097388e35491d058d09ce38d10f07898ad00b (diff) | |
download | freebsd-ports-gnome-cccd52d35f72f25a797e2135161315408d2119e5.tar.gz freebsd-ports-gnome-cccd52d35f72f25a797e2135161315408d2119e5.tar.zst freebsd-ports-gnome-cccd52d35f72f25a797e2135161315408d2119e5.zip |
- Fix issue when using pkgng
PR: ports/170197
Submitted by: ohauer
Diffstat (limited to 'net-mgmt')
-rw-r--r-- | net-mgmt/net-snmp/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-mgmt/net-snmp/Makefile b/net-mgmt/net-snmp/Makefile index d4fb9b0eb1dc..9acb5fc722c6 100644 --- a/net-mgmt/net-snmp/Makefile +++ b/net-mgmt/net-snmp/Makefile @@ -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} |