summaryrefslogtreecommitdiffstats
path: root/devel/devhelp
diff options
context:
space:
mode:
authorgusi <gusi@df743ca5-7f9a-e211-a948-0013205c9059>2014-08-16 04:17:00 +0800
committergusi <gusi@df743ca5-7f9a-e211-a948-0013205c9059>2014-08-16 04:17:00 +0800
commit15e54b67ea61cecb18cf998979a6d5bd9693beed (patch)
tree03c2e2a85d8aa26ed6efe55e8dffcb8470cac4fc /devel/devhelp
parent817fa2b1f81dbeaa5bed72fe1fa826bfbda44ecf (diff)
downloadmarcuscom-ports-15e54b67ea61cecb18cf998979a6d5bd9693beed.tar
marcuscom-ports-15e54b67ea61cecb18cf998979a6d5bd9693beed.tar.gz
marcuscom-ports-15e54b67ea61cecb18cf998979a6d5bd9693beed.tar.bz2
marcuscom-ports-15e54b67ea61cecb18cf998979a6d5bd9693beed.tar.lz
marcuscom-ports-15e54b67ea61cecb18cf998979a6d5bd9693beed.tar.xz
marcuscom-ports-15e54b67ea61cecb18cf998979a6d5bd9693beed.tar.zst
marcuscom-ports-15e54b67ea61cecb18cf998979a6d5bd9693beed.zip
Remove STRIP_CMD all over the place and replace it with
INSTALL_TARGET= install-strip. No bumps necessary. git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@19814 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'devel/devhelp')
-rw-r--r--devel/devhelp/Makefile7
1 files changed, 3 insertions, 4 deletions
diff --git a/devel/devhelp/Makefile b/devel/devhelp/Makefile
index 8db1b3918..280ead998 100644
--- a/devel/devhelp/Makefile
+++ b/devel/devhelp/Makefile
@@ -13,21 +13,20 @@ COMMENT= Developer help browser for GNOME 3
LIB_DEPENDS= libwebkitgtk-3.0.so:${PORTSDIR}/www/webkit-gtk3
-USE_XORG= x11
USES= gettext gmake pathfix pkgconfig tar:xz
USE_GNOME= gnomeprefix gtk30 intlhack libxslt
+USE_XORG= x11
GNU_CONFIGURE= yes
INSTALLS_ICONS= yes
USE_LDCONFIG= yes
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
+INSTALL_TARGET= install-strip
+
GLIB_SCHEMAS= org.gnome.devhelp.gschema.xml
post-patch:
@${REINPLACE_CMD} -e 's|gedit-plugin||g' ${WRKSRC}/misc/Makefile.in
-post-install:
- @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libdevhelp-3.so.2
-
.include <bsd.port.mk>