From 425c3f196752c5edd2d26fde49632e52cd0e6a7b Mon Sep 17 00:00:00 2001 From: Mark Linimon Date: Sat, 27 Feb 2010 02:15:49 +0000 Subject: Mark as ignore on ia64/sparc64: compile fails with "arch not supported". While here, pet portlint. Hat: portmgr Feature safe: yes --- www/moonshine/Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'www/moonshine') diff --git a/www/moonshine/Makefile b/www/moonshine/Makefile index f9b8c7a10c56..509465bd3d8d 100644 --- a/www/moonshine/Makefile +++ b/www/moonshine/Makefile @@ -29,6 +29,9 @@ WEBPLUGINS_FILES= libmoonshine-plugin.so .include .include "${PORTSDIR}/www/firefox/Makefile.webplugins" +ONLY_FOR_ARCHS= i386 amd64 +ONLY_FOR_ARCHS_REASON= "not yet ported to anything other than i386 and amd64" + .if ${ARCH} == "amd64" ARCH= x86_64 .endif @@ -41,7 +44,7 @@ PLIST_FILES= ${WEBPLUGINS_DIR}/${PKGNAME}-freebsd-${OSREL}.xpi post-patch: ${REINPLACE_CMD} -e 's|^SHELL=.*|SHELL=${LOCALBASE}/bin/bash|' \ - ${WRKSRC}/configure + ${WRKSRC}/configure ${REINPLACE_CMD} -e 's|sed -r|sed -E|' \ ${WRKSRC}/plugin/Makefile.in \ ${WRKSRC}/plugin/generate-resource -- cgit v1.2.3