summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2014-03-24 16:40:46 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2014-03-24 16:40:46 +0000
commitc3ee88c9fc5af846283d123d2a637be11529ebf5 (patch)
tree5bc5db7f2c40b3bddd747baeecd4d32f05672f0f
parentExtract links from JSON via a schema (diff)
Convert to stage
Use unicode version of wx 2.8
-rw-r--r--sysutils/abgx360gui/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/sysutils/abgx360gui/Makefile b/sysutils/abgx360gui/Makefile
index 6ad4a3f12768..314dee40ecc4 100644
--- a/sysutils/abgx360gui/Makefile
+++ b/sysutils/abgx360gui/Makefile
@@ -3,7 +3,7 @@
PORTNAME= abgx360gui
PORTVERSION= 1.0.2
-PORTREVISION= 4
+PORTREVISION= 5
CATEGORIES= sysutils
MASTER_SITES= http://freebsd.unixfreunde.de/sources/ \
http://update.cooltrainer.org/abgx360/ \
@@ -22,6 +22,7 @@ PLIST_FILES= bin/abgx360gui \
GNU_CONFIGURE= yes
USE_WX= 2.8
+WX_UNICODE= yes
WX_COMPS= wx
CONFIGURE_ARGS= --with-wx=${LOCALBASE} \
--with-wx-config=${WX_CONFIG:T}
@@ -33,9 +34,8 @@ DESKTOP_ENTRIES= "abgx360" \
"Utility;" \
false
-NO_STAGE= yes
do-install:
- ${INSTALL_PROGRAM} ${WRKSRC}/abgx360gui ${PREFIX}/bin
- ${INSTALL_DATA} ${DISTDIR}/${DIST_SUBDIR}/abgx360-256.png ${PREFIX}/share/pixmaps
+ ${INSTALL_PROGRAM} ${WRKSRC}/abgx360gui ${STAGEDIR}${PREFIX}/bin
+ ${INSTALL_DATA} ${DISTDIR}/${DIST_SUBDIR}/abgx360-256.png ${STAGEDIR}${PREFIX}/share/pixmaps
.include <bsd.port.mk>