diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2010-02-27 02:15:49 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2010-02-27 02:15:49 +0000 |
commit | 425c3f196752c5edd2d26fde49632e52cd0e6a7b (patch) | |
tree | 8016ba9af1277cdd8c53a0fdb328e6eecd3263c8 /www | |
parent | d0b160c6eeb0396ad50fa62b220d199681c519e1 (diff) | |
download | ports-425c3f196752c5edd2d26fde49632e52cd0e6a7b.tar.gz ports-425c3f196752c5edd2d26fde49632e52cd0e6a7b.zip |
Notes
Diffstat (limited to 'www')
-rw-r--r-- | www/moonshine/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
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 <bsd.port.pre.mk> .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 |