summaryrefslogtreecommitdiffstats
path: root/www
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 /www
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 'www')
-rw-r--r--www/gnome-user-share/Makefile4
-rw-r--r--www/libsocialweb/Makefile10
2 files changed, 4 insertions, 10 deletions
diff --git a/www/gnome-user-share/Makefile b/www/gnome-user-share/Makefile
index 86b03aa67..c9849fa2c 100644
--- a/www/gnome-user-share/Makefile
+++ b/www/gnome-user-share/Makefile
@@ -30,12 +30,10 @@ CONFIGURE_ARGS= --with-modules-path=${LOCALBASE}/${APACHEMODDIR} \
--disable-bluetooth
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
+INSTALL_TARGET= install-strip
post-patch:
@${REINPLACE_CMD} -e 's|/etc/httpd/modules|${LOCALBASE}/${APACHEMODDIR}|g' \
${WRKSRC}/data/dav_user_*.conf
-post-install:
- ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/nautilus/extensions-3.0/libnautilus-share-extension.so
-
.include <bsd.port.mk>
diff --git a/www/libsocialweb/Makefile b/www/libsocialweb/Makefile
index 0dfb0792b..26b59a831 100644
--- a/www/libsocialweb/Makefile
+++ b/www/libsocialweb/Makefile
@@ -1,6 +1,6 @@
# Created by: Koop Mast <kwm@FreeBSD.org>
# $FreeBSD$
-# $MCom: ports-experimental/trunk/www/libsocialweb/Makefile 19207 2014-03-20 08:36:54Z gusi $
+# $MCom$
PORTNAME= libsocialweb
PORTVERSION= 0.25.21
@@ -14,19 +14,15 @@ BUILD_DEPENDS= vapigen:${PORTSDIR}/lang/vala-vapigen
LIB_DEPENDS= librest-0.7.so:${PORTSDIR}/devel/librest \
libjson-glib-1.0.so:${PORTSDIR}/devel/json-glib
+USES= gettext gmake pathfix pkgconfig tar:xz
USE_GNOME= gconf2 glib20 gnomehier intlhack introspection:build \
libxslt:build
GNU_CONFIGURE= yes
USE_LDCONFIG= yes
-USES= gettext gmake pathfix pkgconfig tar:xz
CONFIGURE_ARGS= --enable-vala-bindings
# review if we want all the services enabled, because of not completely
# safe public API security wise?
CONFIGURE_ARGS+=--enable-all-services
-
-post-install:
- ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libsocialweb.so.*
- ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libsocialweb-*.so.*
- ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libsocialweb/services/lib*so*
+INSTALL_TARGET= install-strip
.include <bsd.port.mk>