diff options
author | Danilo Egea Gondolfo <danilo@FreeBSD.org> | 2013-12-08 15:03:15 +0000 |
---|---|---|
committer | Danilo Egea Gondolfo <danilo@FreeBSD.org> | 2013-12-08 15:03:15 +0000 |
commit | 490bef4095960dce018cf020ca0d34d8baa42156 (patch) | |
tree | 212e6b356477f96f9169743b8f7a15a9cd01978f /misc/xgas | |
parent | 5fd82c24ff66c1ca7a2a17bb827c97f4c7ba79e5 (diff) |
Notes
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> |