diff options
Diffstat (limited to 'sysutils/3dm/Makefile')
-rw-r--r-- | sysutils/3dm/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sysutils/3dm/Makefile b/sysutils/3dm/Makefile index ab8f6b6477a..0259360215e 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> |