diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2016-12-02 11:58:21 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2016-12-02 11:58:21 +0000 |
commit | 8b4093cba5775260e98d51f74cd187fb9af825a8 (patch) | |
tree | 4a28bf50f532fa82a149cbc3f9c041d48a23921b /net-mgmt | |
parent | f38d6cb92bbd96d100bae02b23ace94acea1cf8e (diff) | |
download | ports-8b4093cba5775260e98d51f74cd187fb9af825a8.tar.gz ports-8b4093cba5775260e98d51f74cd187fb9af825a8.zip |
Notes
Diffstat (limited to 'net-mgmt')
-rw-r--r-- | net-mgmt/netmagis-topo/Makefile | 2 | ||||
-rw-r--r-- | net-mgmt/prometheus/Makefile | 5 |
2 files changed, 3 insertions, 4 deletions
diff --git a/net-mgmt/netmagis-topo/Makefile b/net-mgmt/netmagis-topo/Makefile index 8e1f71f07764..0d915dcbcdaa 100644 --- a/net-mgmt/netmagis-topo/Makefile +++ b/net-mgmt/netmagis-topo/Makefile @@ -22,7 +22,7 @@ PLIST= ${.CURDIR}/pkg-plist ALL_TARGET=build${PKGNAMESUFFIX?=} -post-stage: +post-install: @${MKDIR} ${STAGEDIR}/var/netmagis/eqgen ${STAGEDIR}/var/netmagis/eqvirt .include "${MASTERDIR}/Makefile" diff --git a/net-mgmt/prometheus/Makefile b/net-mgmt/prometheus/Makefile index 86ef90f99152..8f18d923f69e 100644 --- a/net-mgmt/prometheus/Makefile +++ b/net-mgmt/prometheus/Makefile @@ -27,12 +27,11 @@ do-build: (cd ${GO_WRKSRC}/cmd/prometheus ; ${SETENV} ${GO_ENV} go install) (cd ${GO_WRKSRC}/cmd/promtool ; ${SETENV} ${GO_ENV} go install) -post-stage: - ${MKDIR} ${STAGEDIR}${DESTDIR}/var/db/prometheus - do-install: ${INSTALL_PROGRAM} ${GO_WRKDIR_BIN}/prometheus ${STAGEDIR}${PREFIX}/bin ${INSTALL_PROGRAM} ${GO_WRKDIR_BIN}/promtool ${STAGEDIR}${PREFIX}/bin ${INSTALL_DATA} ${WRKSRC}/documentation/examples/prometheus.yml ${STAGEDIR}${LOCALBASE}/etc/prometheus.yml.sample + ${MKDIR} ${STAGEDIR}${DESTDIR}/var/db/prometheus + .include <bsd.port.mk> |