summaryrefslogtreecommitdiff
path: root/databases/gnomedb/Makefile
diff options
context:
space:
mode:
authorMaxim Sobolev <sobomax@FreeBSD.org>2001-07-26 14:13:05 +0000
committerMaxim Sobolev <sobomax@FreeBSD.org>2001-07-26 14:13:05 +0000
commit3d9708732d72f44a1c7a57dc2897182e3bcb1ecf (patch)
tree1d37aa02f9d0e84c7a941f8487c04e07d3524dfd /databases/gnomedb/Makefile
parentUpdate to 2.2 (diff)
- Add number of missed files into pkg-plist;
- remove useless USE_LIBTOOL; - hack port to install files properly into GNOME tree.
Notes
Notes: svn path=/head/; revision=45510
Diffstat (limited to 'databases/gnomedb/Makefile')
-rw-r--r--databases/gnomedb/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/databases/gnomedb/Makefile b/databases/gnomedb/Makefile
index 6636a06c844c..872231cf64ae 100644
--- a/databases/gnomedb/Makefile
+++ b/databases/gnomedb/Makefile
@@ -20,7 +20,7 @@ LIB_DEPENDS= bonobo.2:${PORTSDIR}/devel/bonobo \
USE_X_PREFIX= yes
USE_GNOMECTRL= yes
USE_GMAKE= yes
-USE_LIBTOOL= yes
+GNU_CONFIGURE= yes
INSTALLS_SHLIB= yes
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
@@ -31,6 +31,8 @@ pre-patch:
s|DATADIRNAME=lib|DATADIRNAME=share|g' ${WRKSRC}/configure
@find ${WRKSRC} -name "Makefile.in" | xargs ${PERL} -pi -e \
's|\$\(datadir\)/gnome/|\$\(datadir\)/|g ; \
- s|\$\(datadir\)/locale|\$\(prefix\)/share/locale|g'
+ s|\$\(GNOME_datadir\)/gnome/|\$\(datadir\)/|g ; \
+ s|\$\(datadir\)/locale|\$\(prefix\)/share/locale|g ; \
+ s|\$\(GNOME_datadir\)/locale|\$\(prefix\)/share/locale|g'
.include <bsd.port.mk>