summaryrefslogtreecommitdiffstats
path: root/misc/gnomehier/Makefile
diff options
context:
space:
mode:
authormarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2005-01-16 06:25:05 +0800
committermarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2005-01-16 06:25:05 +0800
commit27265d149e71d22f949fdeee75bf7bd788e43a8f (patch)
treed7bc2361d38558648eab4bee3d59a69012a0d94d /misc/gnomehier/Makefile
parent81ab8fe35abd246cb8a30633b8c0d745e5a54956 (diff)
downloadmarcuscom-ports-27265d149e71d22f949fdeee75bf7bd788e43a8f.tar
marcuscom-ports-27265d149e71d22f949fdeee75bf7bd788e43a8f.tar.gz
marcuscom-ports-27265d149e71d22f949fdeee75bf7bd788e43a8f.tar.bz2
marcuscom-ports-27265d149e71d22f949fdeee75bf7bd788e43a8f.tar.lz
marcuscom-ports-27265d149e71d22f949fdeee75bf7bd788e43a8f.tar.xz
marcuscom-ports-27265d149e71d22f949fdeee75bf7bd788e43a8f.tar.zst
marcuscom-ports-27265d149e71d22f949fdeee75bf7bd788e43a8f.zip
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
Diffstat (limited to 'misc/gnomehier/Makefile')
-rw-r--r--misc/gnomehier/Makefile6
1 files changed, 2 insertions, 4 deletions
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 <bsd.port.mk>