1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-21 00:25:50 +00:00

- Add stage support

This commit is contained in:
Danilo Egea Gondolfo 2013-12-08 15:03:15 +00:00
parent 5fd82c24ff
commit 490bef4095
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=335901

View File

@ -14,12 +14,7 @@ COMMENT= The animated simulation of an ideal gas
USES= imake
USE_XORG= ice sm x11 xaw xext xmu xt
MAN1= xgas.1
PLIST_FILES= bin/xgas lib/X11/app-defaults/XGas
NO_STAGE= yes
post-install:
@${CHMOD} 755 ${PREFIX}/bin/xgas
@${CHOWN} bin:bin ${PREFIX}/bin/xgas
PLIST_FILES= bin/xgas lib/X11/app-defaults/XGas \
man/man1/xgas.1.gz
.include <bsd.port.mk>