summaryrefslogtreecommitdiffstats
path: root/Mk/bsd.gnome.mk
diff options
context:
space:
mode:
authormezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059>2006-12-23 08:44:25 +0800
committermezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059>2006-12-23 08:44:25 +0800
commit53bffc929ed52bb25d6579f7cb088e8298a77c92 (patch)
treea54edcfa3ebd3125d35af44b2d24b5e4d397e6d3 /Mk/bsd.gnome.mk
parentbae4bcebad1118cee0140c129e7bd5a1ad5252fe (diff)
downloadmarcuscom-ports-53bffc929ed52bb25d6579f7cb088e8298a77c92.tar
marcuscom-ports-53bffc929ed52bb25d6579f7cb088e8298a77c92.tar.gz
marcuscom-ports-53bffc929ed52bb25d6579f7cb088e8298a77c92.tar.bz2
marcuscom-ports-53bffc929ed52bb25d6579f7cb088e8298a77c92.tar.lz
marcuscom-ports-53bffc929ed52bb25d6579f7cb088e8298a77c92.tar.xz
marcuscom-ports-53bffc929ed52bb25d6579f7cb088e8298a77c92.tar.zst
marcuscom-ports-53bffc929ed52bb25d6579f7cb088e8298a77c92.zip
Add a new variable for Makefile.in, called GNOME_MAKEFILEIN for anyone can
tweak it. Some ports have GNUmakefile.in, so with this variable will be useful. git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@8113 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'Mk/bsd.gnome.mk')
-rw-r--r--Mk/bsd.gnome.mk5
1 files changed, 3 insertions, 2 deletions
diff --git a/Mk/bsd.gnome.mk b/Mk/bsd.gnome.mk
index c5b494e12..4ee1d047e 100644
--- a/Mk/bsd.gnome.mk
+++ b/Mk/bsd.gnome.mk
@@ -3,7 +3,7 @@
#
# $FreeBSD$
# $NetBSD: $
-# $MCom: ports/Mk/bsd.gnome.mk,v 1.407 2006/12/06 06:03:24 marcus Exp $
+# $MCom: ports/Mk/bsd.gnome.mk,v 1.408 2006/12/10 19:36:24 marcus Exp $
#
# Please view me with 4 column tabs!
@@ -67,8 +67,9 @@ _USE_GNOME_ALL+= atk atspi desktopfileutils eel2 evolutiondataserver \
orbit2 pango pygnome2 pygnomeextras pygtk2 vte pygnomedesktop \
libgnomekbd
+GNOME_MAKEFILEIN?= Makefile.in
SCROLLKEEPER_DIR= /var/db/scrollkeeper
-gnomehack_PRE_PATCH= ${FIND} ${WRKSRC} -name "Makefile.in*" -type f | ${XARGS} ${REINPLACE_CMD} -e \
+gnomehack_PRE_PATCH= ${FIND} ${WRKSRC} -name "${GNOME_MAKEFILEIN}*" -type f | ${XARGS} ${REINPLACE_CMD} -e \
's|[(]GNOME_datadir[)]/gnome/|(datadir)/|g ; \
s|[(]GNOME_datadir[)]/locale|(prefix)/share/locale|g ; \
s|[(]datadir[)]/locale|(prefix)/share/locale|g ; \