mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
share/X11 is shared between ports, use @dirrmtry.
bump portrevision for this change. Get CPPFLAGS from CONFIGURE_ENV and clean up some portlint warnings.0 PR: ports/159105 Submitted by: sunpoet@ With hat: x11@
This commit is contained in:
parent
aa2b64b134
commit
e75cc75c5e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=279104
2 changed files with 5 additions and 5 deletions
|
@ -7,7 +7,7 @@
|
|||
|
||||
PORTNAME= xkeyboard-config
|
||||
PORTVERSION= 1.8
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= x11
|
||||
MASTER_SITES= http://xlibs.freedesktop.org/xkbdesc/
|
||||
DISTNAME= xkeyboard-config-${PORTVERSION}
|
||||
|
@ -23,9 +23,9 @@ USE_GNOME= intlhack
|
|||
USE_PERL5_BUILD=yes
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ARGS= --with-xkb-base=${PREFIX}/share/X11/xkb \
|
||||
--with-xkb-rules-symlink=xorg
|
||||
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
||||
LDFLAGS="-L${LOCALBASE}/lib"
|
||||
--with-xkb-rules-symlink=xorg
|
||||
CPPFLAGS+= -I${LOCALBASE}/include
|
||||
CONFIGURE_ENV= LDFLAGS="-L${LOCALBASE}/lib"
|
||||
|
||||
.if defined(WITHOUT_NLS)
|
||||
CONFIGURE_ARGS+= --disable-nls --with-included-gettext
|
||||
|
|
|
@ -379,5 +379,5 @@ share/X11/xkb/xkbcomp
|
|||
@dirrm share/X11/xkb/geometry
|
||||
@dirrm share/X11/xkb/compat
|
||||
@dirrm share/X11/xkb
|
||||
@dirrm share/X11
|
||||
@dirrmtry share/X11
|
||||
@dirrmtry var/lib/xkb
|
||||
|
|
Loading…
Add table
Reference in a new issue