diff options
Diffstat (limited to 'x11/xkeyboard-config/Makefile')
-rw-r--r-- | x11/xkeyboard-config/Makefile | 19 |
1 files changed, 5 insertions, 14 deletions
diff --git a/x11/xkeyboard-config/Makefile b/x11/xkeyboard-config/Makefile index ebfa770a8e7a..73c761d034ff 100644 --- a/x11/xkeyboard-config/Makefile +++ b/x11/xkeyboard-config/Makefile @@ -1,13 +1,12 @@ # $FreeBSD$ PORTNAME= xkeyboard-config -PORTVERSION= 2.9 -PORTREVISION= 1 +PORTVERSION= 2.10.1 CATEGORIES= x11 -MASTER_SITE_SUBDIR= individual/${XORG_CAT}/${PORTNAME} MAINTAINER= x11@FreeBSD.org COMMENT= X Keyboard Configuration Database +MASTER_SITE_SUBDIR= individual/${XORG_CAT}/${PORTNAME} LICENSE= MIT @@ -19,21 +18,13 @@ USE_GNOME= intlhack libxslt:build USES= gmake pathfix perl5 USE_PERL5= build GNU_CONFIGURE= yes -MAKE_JOBS_UNSAFE=yes CONFIGURE_ARGS= --with-xkb-base=${PREFIX}/share/X11/xkb \ --with-xkb-rules-symlink=xorg CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib -MAN7= xkeyboard-config.7 - -OPTIONS_DEFINE= ETERSOFT -ETERSOFT_DESC= Add pre-1918 Russian letters to typographic layout -ETERSOFT_EXTRA_PATCHES= ${FILESDIR}/etersoft-patch-symbols-typo - -NO_STAGE= yes -#.include <bsd.port.options.mk> +.include <bsd.port.options.mk> # !nls case doesn't work correctly, comment it out. #.if ${PORT_OPTIONS:MNLS} @@ -49,7 +40,7 @@ post-patch: ${WRKSRC}/rules/merge.sh post-install: - ${MKDIR} /var/lib/xkb - ${LN} -sf /var/lib/xkb ${PREFIX}/share/X11/xkb/compiled + ${MKDIR} ${STAGEDIR}/var/lib/xkb + ${LN} -sf /var/lib/xkb ${STAGEDIR}${PREFIX}/share/X11/xkb/compiled .include <bsd.port.mk> |