summaryrefslogtreecommitdiffstats
path: root/Mk/bsd.gnome.mk
diff options
context:
space:
mode:
authormezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059>2008-05-08 02:45:12 +0800
committermezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059>2008-05-08 02:45:12 +0800
commit3de1eb44b458f0795ebd2785f4e8a1d09f2e9a87 (patch)
tree518f82b2f2627ccf3b3371abb37f187031cd4230 /Mk/bsd.gnome.mk
parent97183df051855b0d2b9db9662080cf8a9b9e3704 (diff)
downloadmarcuscom-ports-3de1eb44b458f0795ebd2785f4e8a1d09f2e9a87.tar
marcuscom-ports-3de1eb44b458f0795ebd2785f4e8a1d09f2e9a87.tar.gz
marcuscom-ports-3de1eb44b458f0795ebd2785f4e8a1d09f2e9a87.tar.bz2
marcuscom-ports-3de1eb44b458f0795ebd2785f4e8a1d09f2e9a87.tar.lz
marcuscom-ports-3de1eb44b458f0795ebd2785f4e8a1d09f2e9a87.tar.xz
marcuscom-ports-3de1eb44b458f0795ebd2785f4e8a1d09f2e9a87.tar.zst
marcuscom-ports-3de1eb44b458f0795ebd2785f4e8a1d09f2e9a87.zip
Get gnomehier actually install the mtree by 'USE_GNOME=gnomehier' instead of
'USE_GNOME=gnomeprefix'. I mean to do that long time ago and I totally forgot about it. The gnomeprefix can break some configure, setup.py or some different build tool when they don't have common of CONFIGURE_ARGS support. Also, it doesn't make any sense to use CONFIGURE_ARGS if the tarball has no configure in there or not need to be build. No object: my team (checked in old email archive) git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@10937 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'Mk/bsd.gnome.mk')
-rw-r--r--Mk/bsd.gnome.mk6
1 files changed, 3 insertions, 3 deletions
diff --git a/Mk/bsd.gnome.mk b/Mk/bsd.gnome.mk
index 3b0c5bba6..fa460c7f6 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.452 2008/04/03 18:46:13 ahze Exp $
+# $MCom: ports/Mk/bsd.gnome.mk,v 1.453 2008/04/19 14:24:47 ahze Exp $
#
# Please view me with 4 column tabs!
@@ -803,12 +803,12 @@ CONFIGURE_FAIL_MESSAGE= "Please run the gnomelogalyzer, available from \"http://
.if defined(GCONF_SCHEMAS) || defined(INSTALLS_OMF) || defined(INSTALLS_ICONS) \
- || (defined(_USE_GNOME) && ${_USE_GNOME:Mgnomeprefix}!="")
+ || (defined(_USE_GNOME) && ${_USE_GNOME:Mgnomehier}!="")
pre-su-install: gnome-pre-su-install
post-install: gnome-post-install
gnome-pre-su-install:
-.if defined(_USE_GNOME) && ${_USE_GNOME:Mgnomeprefix}!="" && !defined(NO_MTREE)
+.if defined(_USE_GNOME) && ${_USE_GNOME:Mgnomehier}!="" && !defined(NO_MTREE)
@${MTREE_CMD} ${MTREE_ARGS:S/${MTREE_FILE}/${GNOME_MTREE_FILE}/} ${PREFIX}/ >/dev/null
.endif
.if defined(GCONF_SCHEMAS)