svn commit: r329259 - head/games/xbill
Dmitry Marakasov
amdmi3 at FreeBSD.org
Fri Oct 4 02:00:38 UTC 2013
Author: amdmi3
Date: Fri Oct 4 02:00:37 2013
New Revision: 329259
URL: http://svnweb.freebsd.org/changeset/ports/329259
Log:
- Support staging
Deleted:
head/games/xbill/pkg-plist
Modified:
head/games/xbill/Makefile
Modified: head/games/xbill/Makefile
==============================================================================
--- head/games/xbill/Makefile Fri Oct 4 01:57:47 2013 (r329258)
+++ head/games/xbill/Makefile Fri Oct 4 02:00:37 2013 (r329259)
@@ -12,11 +12,8 @@ MAINTAINER= amdmi3 at FreeBSD.org
COMMENT= Save your computers from the evil clutches of Bill
GNU_CONFIGURE= yes
-WANT_GNOME= yes
CONFIGURE_ARGS= --localstatedir=${SCORES_DIR}
-MAN6= xbill.6
-
SCORES_DIR?= ${DATADIR}/scores
DESKTOP_ENTRIES="xBill" \
@@ -26,6 +23,11 @@ DESKTOP_ENTRIES="xBill" \
"Game;ArcadeGame;" \
false
+PLIST_FILES= bin/${PORTNAME} \
+ man/man6/${PORTNAME}.6.gz
+
+PORTDATA= *
+
OPTIONS_SINGLE= WIDGETSET
OPTIONS_SINGLE_WIDGETSET= ATHENA GTK MOTIF
OPTIONS_DEFAULT= GTK
@@ -34,7 +36,6 @@ ATHENA_DESC= Athena widget set
GTK_DESC= GTK widget set
MOTIF_DESC= Motif widget set
-NO_STAGE= yes
.include <bsd.port.options.mk>
.if ${PORT_OPTIONS:MATHENA}
More information about the svn-ports-all
mailing list