aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils/3dm
diff options
context:
space:
mode:
authorlesi <lesi@FreeBSD.org>2005-09-09 02:03:44 +0800
committerlesi <lesi@FreeBSD.org>2005-09-09 02:03:44 +0800
commite122980b80443f4efc1c1fad46431882e8e49b64 (patch)
tree813aa7167b2d8a8e2e17e1827cbf2f86bf4cc667 /sysutils/3dm
parentc8bde4ae077189c6f467d2848812630325b41858 (diff)
downloadfreebsd-ports-gnome-e122980b80443f4efc1c1fad46431882e8e49b64.tar.gz
freebsd-ports-gnome-e122980b80443f4efc1c1fad46431882e8e49b64.tar.zst
freebsd-ports-gnome-e122980b80443f4efc1c1fad46431882e8e49b64.zip
3dm works on amd64 with 32bit compatibility enabled so allow port
installation. Escape qoutes in rc.conf message.
Diffstat (limited to 'sysutils/3dm')
-rw-r--r--sysutils/3dm/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/sysutils/3dm/Makefile b/sysutils/3dm/Makefile
index ab8f6b6477ab..0259360215e0 100644
--- a/sysutils/3dm/Makefile
+++ b/sysutils/3dm/Makefile
@@ -25,7 +25,7 @@ USE_REINPLACE= yes
IGNORE= "3ware 3ware ATA RAID (twe) is not supported in versions earlier than 4.5-RELEASE"
.endif
-ONLY_FOR_ARCHS= i386
+ONLY_FOR_ARCHS= i386 amd64
NO_BUILD= yes
WRKSRC= ${WRKDIR}
@@ -93,7 +93,7 @@ post-install:
${LN} -s ${PREFIX}/etc/3dm2.pem /etc/3dm2/3dm2.pem
@${ECHO} ""
- @${ECHO} "Add twdm2_enable="YES" to /etc/rc.conf to run 3dm2 from startup."
+ @${ECHO} "Add twdm2_enable=\"YES\" to /etc/rc.conf to run 3dm2 from startup."
@${ECHO} ""
.include <bsd.port.post.mk>