aboutsummaryrefslogtreecommitdiff
path: root/chinese/aterm
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2015-11-05 10:45:59 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2015-11-05 10:45:59 +0000
commit1fd86acdd132534171f7dd50abbd5ac4e06755bc (patch)
treea1ef34054a12070ba6187ff8ef42a52d44d23d34 /chinese/aterm
parent58726887cba8e16b4949c47e9e20a7a6ac3b3c2c (diff)
downloadports-1fd86acdd132534171f7dd50abbd5ac4e06755bc.tar.gz
ports-1fd86acdd132534171f7dd50abbd5ac4e06755bc.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
Notes
Notes: svn path=/head/; revision=400837
Diffstat (limited to 'chinese/aterm')
-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>