svn commit: r335901 - head/misc/xgas

Danilo Egea Gondolfo danilo at FreeBSD.org
Sun Dec 8 15:03:15 UTC 2013


Author: danilo
Date: Sun Dec  8 15:03:15 2013
New Revision: 335901
URL: http://svnweb.freebsd.org/changeset/ports/335901

Log:
  - Add stage support

Modified:
  head/misc/xgas/Makefile

Modified: head/misc/xgas/Makefile
==============================================================================
--- head/misc/xgas/Makefile	Sun Dec  8 14:58:36 2013	(r335900)
+++ head/misc/xgas/Makefile	Sun Dec  8 15:03:15 2013	(r335901)
@@ -14,12 +14,7 @@ COMMENT=	The animated simulation of an i
 
 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>


More information about the svn-ports-head mailing list