1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-30 01:15:52 +00:00

- 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
This commit is contained in:
Dmitry Marakasov 2015-11-05 10:45:59 +00:00
parent 58726887cb
commit 1fd86acdd1
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=400837

View File

@ -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>