From 27265d149e71d22f949fdeee75bf7bd788e43a8f Mon Sep 17 00:00:00 2001 From: marcus Date: Sat, 15 Jan 2005 22:25:05 +0000 Subject: Use the correct mtree file during package installation. Also, it's okay to run the post-install script during package building. git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@3445 df743ca5-7f9a-e211-a948-0013205c9059 --- misc/gnomehier/Makefile | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'misc/gnomehier/Makefile') diff --git a/misc/gnomehier/Makefile b/misc/gnomehier/Makefile index ce72cb7b5..b264f5d8d 100644 --- a/misc/gnomehier/Makefile +++ b/misc/gnomehier/Makefile @@ -7,7 +7,7 @@ PORTNAME= gnomehier PORTVERSION= 2.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= misc gnome MASTER_SITES= # none DISTFILES= # none @@ -23,7 +23,7 @@ GNOME_MTREE= BSD.gnome-x11.dist USE_X_PREFIX= yes -GNOME_MTREE_ARGS=${MTREE_ARGS:S|${MTREE_FILE}|${WRKDIR}/${GNOME_MTREE}|} +GNOME_MTREE_ARGS=${MTREE_ARGS:S|${MTREE_FILE}|${PREFIX}/etc/mtree/${GNOME_MTREE}|} do-fetch: @${DO_NADA} @@ -57,8 +57,6 @@ do-install: ${INSTALL_DATA} ${WRKDIR}/${GNOME_MTREE} ${PREFIX}/etc/mtree post-install: -.if !defined(PACKAGE_BUILDING) @${SETENV} PKG_PREFIX=${PREFIX} ${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL -.endif .include -- cgit v1.2.3