summaryrefslogtreecommitdiff
path: root/databases/libgda3/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'databases/libgda3/Makefile')
-rw-r--r--databases/libgda3/Makefile9
1 files changed, 8 insertions, 1 deletions
diff --git a/databases/libgda3/Makefile b/databases/libgda3/Makefile
index 4f562e0062ca..b321b7cf9b22 100644
--- a/databases/libgda3/Makefile
+++ b/databases/libgda3/Makefile
@@ -7,7 +7,7 @@
PORTNAME= libgda
PORTVERSION= 0.2.90
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= databases gnome
MASTER_SITES= ${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR= stable/sources/gnome-db
@@ -38,6 +38,8 @@ pre-patch:
# <GNOME release management sucks!!!>
MISSED= install-sh config.sub config.guess mkinstalldirs
+EVILFILES= libgda-client.la libgda-clientcpp.la libgda-common.la \
+ libgda-server.la
pre-configure:
.for file in ${MISSED}
@@ -47,6 +49,11 @@ pre-configure:
pre-build:
@${LN} -sf ${LOCALBASE}/bin/libtool ${WRKSRC}/
+
+post-install:
+.for file in ${EVILFILES}
+ @${RM} ${PREFIX}/lib/${file}
+.endfor
# </GNOME release management sucks!!!>
.include <bsd.port.mk>