aboutsummaryrefslogtreecommitdiffstats
path: root/chinese
diff options
context:
space:
mode:
authoramdmi3 <amdmi3@FreeBSD.org>2015-11-05 18:45:59 +0800
committeramdmi3 <amdmi3@FreeBSD.org>2015-11-05 18:45:59 +0800
commited03fc223079570a2be5d6a46da2d31580660560 (patch)
treea1ef34054a12070ba6187ff8ef42a52d44d23d34 /chinese
parent92e9925cd76860f8f1ea36689ce780c65a0aa04f (diff)
downloadfreebsd-ports-gnome-ed03fc223079570a2be5d6a46da2d31580660560.tar.gz
freebsd-ports-gnome-ed03fc223079570a2be5d6a46da2d31580660560.tar.zst
freebsd-ports-gnome-ed03fc223079570a2be5d6a46da2d31580660560.zip
- Mark MAKE_JOBS_UNSAFE, fails in parallel build:
./protos.h:20:10: fatal error: 'pixmap.pro' file not found - Fix permissions handling Approved by: portmgr blanket
Diffstat (limited to 'chinese')
-rw-r--r--chinese/aterm/Makefile7
1 files changed, 3 insertions, 4 deletions
diff --git a/chinese/aterm/Makefile b/chinese/aterm/Makefile
index 9dd1c4fc0157..eb65511656b3 100644
--- a/chinese/aterm/Makefile
+++ b/chinese/aterm/Makefile
@@ -12,10 +12,9 @@ COMMENT= Color vt102 terminal emulator with transparency support
USE_XORG= xpm
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --enable-xim --enable-big5
+MAKE_JOBS_UNSAFE= yes
-post-install:
- @${CHMOD} 4711 ${STAGEDIR}${PREFIX}/bin/aterm
-
-PLIST_FILES= bin/aterm man/man1/aterm.1.gz
+PLIST_FILES= "@(,,4711) bin/aterm" \
+ man/man1/aterm.1.gz
.include <bsd.port.mk>