diff options
author | marcus <marcus@FreeBSD.org> | 2006-10-14 09:34:03 +0000 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2006-10-14 09:34:03 +0000 |
commit | e8d2b30bd11710f01d1a6fcb88506e6ee8309686 (patch) | |
tree | 4f8d254772a56204e9bfc0304a4e5aa84ae4c31d | |
parent | a9a3e9856c9b152fabd034a8bcf419a3e4a2a8a2 (diff) | |
download | FreeBSD-ports-e8d2b30bd11710f01d1a6fcb88506e6ee8309686.zip FreeBSD-ports-e8d2b30bd11710f01d1a6fcb88506e6ee8309686.tar.gz |
Put back some bits overwritten in the GNOME 2.16 import.
Approved by: portmgr (implicit, kris)
-rw-r--r-- | Mk/bsd.gnome.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Mk/bsd.gnome.mk b/Mk/bsd.gnome.mk index 232b2a9..9ac486a 100644 --- a/Mk/bsd.gnome.mk +++ b/Mk/bsd.gnome.mk @@ -650,7 +650,7 @@ ltverhack_PRE_PATCH= ${CP} -pf ${LTMAIN} ${WRKDIR}/gnome-ltmain.sh && \ done; .else . if ${USE_GNOME:Mltverhack}!="" -BROKEN= cannot install: ${PORTNAME} uses the ltverhack GNOME component but does not use libtool +IGNORE= cannot install: ${PORTNAME} uses the ltverhack GNOME component but does not use libtool . endif .endif @@ -743,7 +743,7 @@ gnome-pre-su-install: @${MTREE_CMD} ${MTREE_ARGS:S/${MTREE_FILE}/${GNOME_MTREE_FILE}/} ${TARGETDIR}/ >/dev/null .endif .if defined(GCONF_SCHEMAS) - @${MKDIR} ${DESTDIR}${PREFIX}/etc/gconf/gconf.xml.defaults/ + @${MKDIR} ${TARGETDIR}${PREFIX}/etc/gconf/gconf.xml.defaults/ .else @${DO_NADA} .endif |