aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDanilo Egea Gondolfo <danilo@FreeBSD.org>2013-12-08 15:03:15 +0000
committerDanilo Egea Gondolfo <danilo@FreeBSD.org>2013-12-08 15:03:15 +0000
commit490bef4095960dce018cf020ca0d34d8baa42156 (patch)
tree212e6b356477f96f9169743b8f7a15a9cd01978f
parent5fd82c24ff66c1ca7a2a17bb827c97f4c7ba79e5 (diff)
downloadports-490bef4095960dce018cf020ca0d34d8baa42156.tar.gz
ports-490bef4095960dce018cf020ca0d34d8baa42156.zip
Notes
-rw-r--r--misc/xgas/Makefile9
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>