diff options
author | danilo <danilo@FreeBSD.org> | 2013-12-08 23:03:15 +0800 |
---|---|---|
committer | danilo <danilo@FreeBSD.org> | 2013-12-08 23:03:15 +0800 |
commit | fe7e4ad9259632fe756586633904a7eb9cca710e (patch) | |
tree | 212e6b356477f96f9169743b8f7a15a9cd01978f /misc/xgas | |
parent | 39a32bb0407f56b4580f69492e63ecd0f8672e38 (diff) | |
download | freebsd-ports-gnome-fe7e4ad9259632fe756586633904a7eb9cca710e.tar.gz freebsd-ports-gnome-fe7e4ad9259632fe756586633904a7eb9cca710e.tar.zst freebsd-ports-gnome-fe7e4ad9259632fe756586633904a7eb9cca710e.zip |
- Add stage support
Diffstat (limited to 'misc/xgas')
-rw-r--r-- | misc/xgas/Makefile | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/misc/xgas/Makefile b/misc/xgas/Makefile index 8d05f885eaa3..eaf7b1077f3b 100644 --- a/misc/xgas/Makefile +++ b/misc/xgas/Makefile @@ -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> |