- Implement staging.

This commit is contained in:
Stephen Montgomery-Smith 2014-01-26 23:12:29 +00:00
parent e76252d3ef
commit 2fa6c06782
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=341304
2 changed files with 1 additions and 2 deletions

View file

@ -10,7 +10,6 @@ MASTER_SITES= http://www.math.missouri.edu/~stephen/software/xkbset/
MAINTAINER= stephen@FreeBSD.org
COMMENT= Manage various XKB features of X Window
MAN1= xkbset.1
USE_XORG= x11
USE_PERL5= build
USES= perl5
@ -22,7 +21,6 @@ MAKE_ARGS= X11BASE="${LOCALBASE}" X11PREFIX="${PREFIX}" \
OPTIONS_DEFINE= GUI
GUI_DESC= Install Tk GUI
NO_STAGE= yes
.include <bsd.port.options.mk>
.if ${PORT_OPTIONS:MGUI}

View file

@ -1,2 +1,3 @@
bin/xkbset
%%GUI%%bin/xkbset-gui
man/man1/xkbset.1.gz