diff options
author | eadler <eadler@FreeBSD.org> | 2013-10-16 03:32:50 +0800 |
---|---|---|
committer | eadler <eadler@FreeBSD.org> | 2013-10-16 03:32:50 +0800 |
commit | 5796776652bef9a7765e33fb2d77dffe20c19988 (patch) | |
tree | e16be3a9187c72e257b762a048f187e693e90a32 /x11 | |
parent | 40d345af8c66c76efdf8cf71168dae9a7e6da087 (diff) | |
download | freebsd-ports-gnome-5796776652bef9a7765e33fb2d77dffe20c19988.tar.gz freebsd-ports-gnome-5796776652bef9a7765e33fb2d77dffe20c19988.tar.zst freebsd-ports-gnome-5796776652bef9a7765e33fb2d77dffe20c19988.zip |
Cleanup of the x11@ ports in the x11 directory
- Fix pkg-plist
- Convert to staging
Diffstat (limited to 'x11')
-rw-r--r-- | x11/xcb-util-cursor/Makefile | 1 | ||||
-rw-r--r-- | x11/xcb-util-cursor/pkg-descr | 2 |
2 files changed, 1 insertions, 2 deletions
diff --git a/x11/xcb-util-cursor/Makefile b/x11/xcb-util-cursor/Makefile index 451ebdf023db..0ef9a7f1e6be 100644 --- a/x11/xcb-util-cursor/Makefile +++ b/x11/xcb-util-cursor/Makefile @@ -25,7 +25,6 @@ USES= gmake pkgconfig GNU_CONFIGURE= yes CONFIGURE_ENV= GPERF="${LOCALBASE}/bin/gperf" -NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e \ 's|$${libdir}/pkgconfig|$${prefix}/libdata/pkgconfig|' \ diff --git a/x11/xcb-util-cursor/pkg-descr b/x11/xcb-util-cursor/pkg-descr index 06b66dbd5713..01d55940c591 100644 --- a/x11/xcb-util-cursor/pkg-descr +++ b/x11/xcb-util-cursor/pkg-descr @@ -8,4 +8,4 @@ been provided by Xlib. The util-cursor module implements the XCB cursor library, which is th XCB replacement for libXcursor. -WWW: http://xcb.freedesktop.org/ +WWW: http://xcb.freedesktop.org/ |