Date: Sat, 16 Nov 2013 01:08:10 +0000 (UTC) From: Danilo Egea Gondolfo <danilo@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r333954 - head/games/xspacewarp Message-ID: <201311160108.rAG18AHh063385@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201311160108.rAG18AHh063385>