diff options
author | kwm <kwm@FreeBSD.org> | 2014-06-06 03:15:05 +0800 |
---|---|---|
committer | kwm <kwm@FreeBSD.org> | 2014-06-06 03:15:05 +0800 |
commit | dd3d3ca91847c8e98c2fcc22a2c32eee88cda25a (patch) | |
tree | ed1ff552b0126cefa279a2de87dac9110eab5726 /x11-toolkits | |
parent | 54d4b585b1a6b1d56065f7c8b0883833139e1db1 (diff) | |
download | freebsd-ports-gnome-dd3d3ca91847c8e98c2fcc22a2c32eee88cda25a.tar.gz freebsd-ports-gnome-dd3d3ca91847c8e98c2fcc22a2c32eee88cda25a.tar.zst freebsd-ports-gnome-dd3d3ca91847c8e98c2fcc22a2c32eee88cda25a.zip |
Fix check-plist.
PR: 188910
Submitted by: rodrigo@
Patch by: tijl@
Diffstat (limited to 'x11-toolkits')
-rw-r--r-- | x11-toolkits/pango/Makefile | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/x11-toolkits/pango/Makefile b/x11-toolkits/pango/Makefile index 35f1bedef29a..049136070ee8 100644 --- a/x11-toolkits/pango/Makefile +++ b/x11-toolkits/pango/Makefile @@ -4,7 +4,7 @@ PORTNAME= pango PORTVERSION= 1.34.1 -PORTREVISION?= 4 +PORTREVISION?= 5 CATEGORIES= x11-toolkits MASTER_SITES= GNOME DIST_SUBDIR= gnome2 @@ -26,9 +26,10 @@ RUN_DEPENDS= ${FONTSCALE}:${PORTSDIR}/x11-fonts/xorg-fonts-truetype \ USES+= gettext gmake libtool:keepla pathfix pkgconfig USE_LDCONFIG= yes GNU_CONFIGURE= yes -USE_GNOME= cairo glib20 introspection:build referencehack +USE_GNOME= cairo glib20 gnomehier introspection:build referencehack CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib +INSTALL_TARGET= install-strip PLIST_SUB= VERSION="1.8.0" @@ -55,11 +56,6 @@ pre-configure: @${FALSE} .endif -post-install: - @${MKDIR} ${STAGEDIR}${PREFIX}/etc/pango/ - @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libpango*-1.0.so.0 - @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/pango/*/modules/pango-*.so - .include <bsd.port.mk> .endif |