aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorpav <pav@FreeBSD.org>2010-08-26 22:26:17 +0800
committerpav <pav@FreeBSD.org>2010-08-26 22:26:17 +0800
commitefbe4e459f4d0211cea13857380d5b0a1c8f6a91 (patch)
tree79f2aaf6c6815288b6ea4022e500b2777e7373a1
parent13da89acf23d0475c65b5bd80237b4410bca18d8 (diff)
downloadfreebsd-ports-gnome-efbe4e459f4d0211cea13857380d5b0a1c8f6a91.tar.gz
freebsd-ports-gnome-efbe4e459f4d0211cea13857380d5b0a1c8f6a91.tar.zst
freebsd-ports-gnome-efbe4e459f4d0211cea13857380d5b0a1c8f6a91.zip
- Fix i386
Reported by: pluknet <pluknet@gmail.com>
-rw-r--r--sysutils/arcconf/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/sysutils/arcconf/Makefile b/sysutils/arcconf/Makefile
index 416f0786be9c..0b072fe213ed 100644
--- a/sysutils/arcconf/Makefile
+++ b/sysutils/arcconf/Makefile
@@ -35,17 +35,17 @@ DIST_TYPE= 6
.if ${ARCH} == amd64
DIST_EXT= x64
-WORK_EXT= x86_64
+WORK_EXT= _x86_64
.else
DIST_EXT= x86
-WORK_EXT= x86
+WORK_EXT= #
.endif
NO_BUILD= yes
NO_WRKSUBDIR= yes
do-install:
- ${INSTALL_PROGRAM} ${WRKSRC}/freebsd${DIST_TYPE}_${WORK_EXT}/cmdline/arcconf ${PREFIX}/sbin
+ ${INSTALL_PROGRAM} ${WRKSRC}/freebsd${DIST_TYPE}${WORK_EXT}/cmdline/arcconf ${PREFIX}/sbin
@${MKDIR} ${PREFIX}/etc/periodic/daily
${INSTALL_SCRIPT} ${WRKDIR}/${PERIODICSCRIPT} ${PREFIX}/etc/periodic/daily