summaryrefslogtreecommitdiffstats
path: root/databases
diff options
context:
space:
mode:
authorkwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059>2014-08-13 22:55:11 +0800
committerkwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059>2014-08-13 22:55:11 +0800
commitb68067e5da780c0e2a0862e928c907b8f8660b73 (patch)
tree56e1c21007cf4d60df18b84ba6e0dba593611189 /databases
parentfcb35eefd4dfbdb779f8666ef8ed813f2931cf16 (diff)
downloadmarcuscom-ports-b68067e5da780c0e2a0862e928c907b8f8660b73.tar
marcuscom-ports-b68067e5da780c0e2a0862e928c907b8f8660b73.tar.gz
marcuscom-ports-b68067e5da780c0e2a0862e928c907b8f8660b73.tar.bz2
marcuscom-ports-b68067e5da780c0e2a0862e928c907b8f8660b73.tar.lz
marcuscom-ports-b68067e5da780c0e2a0862e928c907b8f8660b73.tar.xz
marcuscom-ports-b68067e5da780c0e2a0862e928c907b8f8660b73.tar.zst
marcuscom-ports-b68067e5da780c0e2a0862e928c907b8f8660b73.zip
Convert:
USE_PYTHON* -> USES=python* USE_XZ|USE_BZIP2 -> USES=tar: replace some post-install ${STRIP_CMD} with INSTALL_TARGET=install-strip git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@19804 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'databases')
-rw-r--r--databases/glom/Makefile9
1 files changed, 2 insertions, 7 deletions
diff --git a/databases/glom/Makefile b/databases/glom/Makefile
index 235202b50..02c833a62 100644
--- a/databases/glom/Makefile
+++ b/databases/glom/Makefile
@@ -23,11 +23,9 @@ RUN_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/iso-codes.pc:${PORTSDIR}/misc/iso-co
${LOCALBASE}/libdata/pkgconfig/libgda-mysql-5.0.pc:${PORTSDIR}/databases/libgda5-mysql \
${LOCALBASE}/libdata/pkgconfig/libgda-postgres-5.0.pc:${PORTSDIR}/databases/libgda5-postgresql
-USE_XZ= yes
-USE_PYTHON= yes
GNU_CONFIGURE= yes
USES= desktop-file-utils gettext gmake pathfix pkgconfig \
- shared-mime-info
+ python shared-mime-info tar:xz
USE_GNOME= gnomedocutils gnomeprefix intltool pygobject3 libxml2 \
gtksourceviewmm3 libgdamm5
USE_LDCONFIG= yes
@@ -35,6 +33,7 @@ USE_PGSQL= yes
INSTALLS_OMF= yes
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
+INSTALL_TARGET= install-strip
CONFIGURE_ARGS= --with-postgres-utils=${LOCALBASE}/bin \
--disable-documentation
INSTALLS_ICONS= yes
@@ -60,8 +59,4 @@ post-patch:
${WRKSRC}/glom/mode_design/layout/layout_item_dialogs/dialog_group_by.cc \
${WRKSRC}/glom/main.cc
-post-install:
- @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/lib*.so.*
- @${STRIP_CMD} ${STAGEDIR}${PYTHON_SITELIBDIR}/*.so
-
.include <bsd.port.mk>