Index: head/net-mgmt/openvmps/Makefile =================================================================== --- head/net-mgmt/openvmps/Makefile (revision 237421) +++ head/net-mgmt/openvmps/Makefile (revision 237422) @@ -1,41 +1,47 @@ # New ports collection makefile for: openvmps # Date created: 6 October 2003 # Whom: Craig Boston # # $FreeBSD$ # PORTNAME= openvmps PORTVERSION= 1.3 CATEGORIES= net-mgmt MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= vmps DISTNAME= vmpsd-${PORTVERSION} MAINTAINER= craig@yekse.gank.org COMMENT= A GPL implementation of the VMPS protocol WRKSRC= ${WRKDIR}/vmpsd USE_RC_SUBR= yes GNU_CONFIGURE= yes USE_GMAKE= yes CONFIGURE_ARGS=--bindir=${PREFIX}/sbin MAN1= vmpsd.1 RC_SCRIPTS_SUB= PREFIX=${PREFIX} \ RC_SUBR=${RC_SUBR} +.include + +.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 @${CHMOD} 755 ${PREFIX}/etc/rc.d/vmpsd.sh ${INSTALL_DATA} -m 644 ${WRKSRC}/vlan.db \ ${PREFIX}/etc/vmps.db.sample @if [ ! -f ${PREFIX}/etc/vmps.db ]; then \ ${CP} -p ${PREFIX}/etc/vmps.db.sample ${PREFIX}/etc/vmps.db ; \ fi -.include +.include Property changes on: head/net-mgmt/openvmps/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.8 \ No newline at end of property +1.9 \ No newline at end of property