aboutsummaryrefslogtreecommitdiff
path: root/net-mgmt
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2009-07-08 13:01:17 +0000
committerPav Lucistnik <pav@FreeBSD.org>2009-07-08 13:01:17 +0000
commit5cd9d11035613ca202843f62f3435acd7fb0889b (patch)
tree63d1e150c79d0e6f8d0604233c746d36e6888d25 /net-mgmt
parenta8cfa73d08f5fcda90d434a9d1c5466f09ab7d43 (diff)
downloadports-5cd9d11035613ca202843f62f3435acd7fb0889b.tar.gz
ports-5cd9d11035613ca202843f62f3435acd7fb0889b.zip
Notes
Diffstat (limited to 'net-mgmt')
-rw-r--r--net-mgmt/openvmps/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/net-mgmt/openvmps/Makefile b/net-mgmt/openvmps/Makefile
index c0d1db725a20..900586dba802 100644
--- a/net-mgmt/openvmps/Makefile
+++ b/net-mgmt/openvmps/Makefile
@@ -28,6 +28,12 @@ MAN1= vmpsd.1
RC_SCRIPTS_SUB= PREFIX=${PREFIX} \
RC_SUBR=${RC_SUBR}
+.include <bsd.port.pre.mk>
+
+.if ${ARCH} == "amd64"
+IGNORE= does not run correctly on amd64 architecture, see ports/136376
+.endif
+
post-install:
@${SED} ${RC_SCRIPTS_SUB:S/$/!g/:S/^/ -e s!%%/:S/=/%%!/} \
${FILESDIR}/vmpsd.sh > ${PREFIX}/etc/rc.d/vmpsd.sh
@@ -38,4 +44,4 @@ post-install:
${CP} -p ${PREFIX}/etc/vmps.db.sample ${PREFIX}/etc/vmps.db ; \
fi
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>