summaryrefslogtreecommitdiff
path: root/sysutils/3dm
diff options
context:
space:
mode:
authorDejan Lesjak <lesi@FreeBSD.org>2005-09-08 18:03:44 +0000
committerDejan Lesjak <lesi@FreeBSD.org>2005-09-08 18:03:44 +0000
commit94bc587af409c9900e3923978e5ddbd137b37479 (patch)
tree39559002f238a1d9016c596bef921304248e2dfe /sysutils/3dm
parentRemove some hardcoded values to hopefully stop random users from shooting (diff)
3dm works on amd64 with 32bit compatibility enabled so allow port
installation. Escape qoutes in rc.conf message.
Notes
Notes: svn path=/head/; revision=142234
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>