diff options
author | ahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059> | 2004-12-23 10:53:48 +0800 |
---|---|---|
committer | ahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059> | 2004-12-23 10:53:48 +0800 |
commit | 243dbf4f3d444e1abf219da0b83c3a59f3130e82 (patch) | |
tree | f522004d393a3a6c1faa8f82f4ecb9daa5c0f485 /Mk | |
parent | b6f9d24761a55ad654b1999a94caccf9603150ad (diff) | |
download | marcuscom-ports-243dbf4f3d444e1abf219da0b83c3a59f3130e82.tar marcuscom-ports-243dbf4f3d444e1abf219da0b83c3a59f3130e82.tar.gz marcuscom-ports-243dbf4f3d444e1abf219da0b83c3a59f3130e82.tar.bz2 marcuscom-ports-243dbf4f3d444e1abf219da0b83c3a59f3130e82.tar.lz marcuscom-ports-243dbf4f3d444e1abf219da0b83c3a59f3130e82.tar.xz marcuscom-ports-243dbf4f3d444e1abf219da0b83c3a59f3130e82.tar.zst marcuscom-ports-243dbf4f3d444e1abf219da0b83c3a59f3130e82.zip |
Introducing gnomehier 2.0
- Remove all the .keep files and use a auto-generated BSD.gnome-11.dist mtree
file from a combination of files/dirlist and /etc/mtree/BSD.x11[-4].dist.
- MTREE_FILE?=X11BASE/etc/mtree/BSD.gnome-x11.dist is defined for every port
that uses gnomeprefix
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@3302 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'Mk')
-rw-r--r-- | Mk/bsd.gnome.mk | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/Mk/bsd.gnome.mk b/Mk/bsd.gnome.mk index c3884d450..0ae82b4ab 100644 --- a/Mk/bsd.gnome.mk +++ b/Mk/bsd.gnome.mk @@ -86,7 +86,7 @@ gnomehack_PRE_PATCH= ${FIND} ${WRKSRC} -name "Makefile.in*" | ${XARGS} ${REINPLA lthack_PRE_PATCH= ${FIND} ${WRKSRC} -name "configure" | ${XARGS} ${REINPLACE_CMD} -e \ '/^LIBTOOL_DEPS="$$ac_aux_dir\/ltmain.sh"$$/s|$$|; $$ac_aux_dir/ltconfig $$LIBTOOL_DEPS;|' -gnomehier_DETECT= ${X11BASE}/share/gnome/.keep_me +gnomehier_DETECT= ${X11BASE}/etc/mtree/BSD.gnome-x11.dist gnomehier_RUN_DEPENDS= ${gnomehier_DETECT}:${PORTSDIR}/misc/gnomehier GNOME_HTML_DIR?= ${PREFIX}/share/doc @@ -626,6 +626,10 @@ MAKE_ENV+= ${${component}_MAKE_ENV} CONFIGURE_TARGET= ${${component}_CONFIGURE_TARGET} . endif +.if ${_USE_GNOME:Mgnomeprefix}!="" +MTREE_FILE?= ${X11BASE}/etc/mtree/BSD.gnome-x11.dist +.endif + . if defined(${component}_PRE_PATCH) GNOME_PRE_PATCH+= ; ${${component}_PRE_PATCH} . endif |