svn commit: r333954 - head/games/xspacewarp

Danilo Egea Gondolfo danilo at FreeBSD.org
Sat Nov 16 01:08:10 UTC 2013


Author: danilo
Date: Sat Nov 16 01:08:09 2013
New Revision: 333954
URL: http://svnweb.freebsd.org/changeset/ports/333954

Log:
  - Use PLIST_FILES instead of pkg-plist
  - Add stage support

Deleted:
  head/games/xspacewarp/pkg-plist
Modified:
  head/games/xspacewarp/Makefile

Modified: head/games/xspacewarp/Makefile
==============================================================================
--- head/games/xspacewarp/Makefile	Sat Nov 16 01:04:26 2013	(r333953)
+++ head/games/xspacewarp/Makefile	Sat Nov 16 01:08:09 2013	(r333954)
@@ -15,7 +15,9 @@ USES=		imake
 USE_XORG=	x11 xaw xext xmu xt xpm sm ice
 NO_INSTALL_MANPAGES=	yes
 
-NO_STAGE=	yes
+PLIST_FILES=	bin/xspacewarp \
+		lib/X11/app-defaults/XSpacewarp
+
 post-extract:
 	@${CP} ${WRKSRC}/XSpacewarp.app_def ${WRKSRC}/XSpacewarp.ad
 


More information about the svn-ports-all mailing list