diff options
author | Danilo Egea Gondolfo <danilo@FreeBSD.org> | 2013-11-16 01:08:09 +0000 |
---|---|---|
committer | Danilo Egea Gondolfo <danilo@FreeBSD.org> | 2013-11-16 01:08:09 +0000 |
commit | 87c7e81ef61b97a8cb3f67d81d8052f36d511c7d (patch) | |
tree | e4a0cbbc0a14d5e039274ed3023f6ae7c1104957 /games/xspacewarp | |
parent | 54c2cb68c13fab7416159218d0d27adb2fdb8f37 (diff) |
Notes
Diffstat (limited to 'games/xspacewarp')
-rw-r--r-- | games/xspacewarp/Makefile | 4 | ||||
-rw-r--r-- | games/xspacewarp/pkg-plist | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/games/xspacewarp/Makefile b/games/xspacewarp/Makefile index 2af3b5f08d13..c78f9b99f984 100644 --- a/games/xspacewarp/Makefile +++ b/games/xspacewarp/Makefile @@ -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 diff --git a/games/xspacewarp/pkg-plist b/games/xspacewarp/pkg-plist deleted file mode 100644 index d5c41e65cad0..000000000000 --- a/games/xspacewarp/pkg-plist +++ /dev/null @@ -1,2 +0,0 @@ -bin/xspacewarp -lib/X11/app-defaults/XSpacewarp |