summaryrefslogtreecommitdiffstats
path: root/sysutils/hal/Makefile
diff options
context:
space:
mode:
authormarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2008-10-27 04:37:46 +0800
committermarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2008-10-27 04:37:46 +0800
commit6e846e60c4c1a28a101bc3153beeb2cb675907b2 (patch)
tree6dc6e0d6f2fb50895bcafc49d7193bf75caff052 /sysutils/hal/Makefile
parenta0d3addb8ad60f59d468982d9eb64981c5b31183 (diff)
downloadmarcuscom-ports-6e846e60c4c1a28a101bc3153beeb2cb675907b2.tar
marcuscom-ports-6e846e60c4c1a28a101bc3153beeb2cb675907b2.tar.gz
marcuscom-ports-6e846e60c4c1a28a101bc3153beeb2cb675907b2.tar.bz2
marcuscom-ports-6e846e60c4c1a28a101bc3153beeb2cb675907b2.tar.lz
marcuscom-ports-6e846e60c4c1a28a101bc3153beeb2cb675907b2.tar.xz
marcuscom-ports-6e846e60c4c1a28a101bc3153beeb2cb675907b2.tar.zst
marcuscom-ports-6e846e60c4c1a28a101bc3153beeb2cb675907b2.zip
Make sure %%LOCALBASE%% is properly expanded in README.fuse.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@11739 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'sysutils/hal/Makefile')
-rw-r--r--sysutils/hal/Makefile8
1 files changed, 5 insertions, 3 deletions
diff --git a/sysutils/hal/Makefile b/sysutils/hal/Makefile
index c0f3c0c7e..21f143d5a 100644
--- a/sysutils/hal/Makefile
+++ b/sysutils/hal/Makefile
@@ -3,12 +3,12 @@
# Whom: Joe Marcus Clarke <marcus@FreeBSD.org>
#
# $FreeBSD$
-# $MCom: ports/sysutils/hal/Makefile,v 1.49 2008/10/10 15:05:06 marcus Exp $
+# $MCom: ports/sysutils/hal/Makefile,v 1.50 2008/10/26 19:42:57 marcus Exp $
#
PORTNAME= hal
DISTVERSION= 0.5.11
-PORTREVISION= 6
+PORTREVISION= 7
CATEGORIES= sysutils
MASTER_SITES= http://hal.freedesktop.org/releases/
@@ -98,6 +98,8 @@ post-patch:
${WRKSRC}/hald/Makefile.in
@${REINPLACE_CMD} -e 's|user="0"|group="operator"|g' \
${WRKSRC}/hal.conf.in
+ @${SED} -e 's|%%LOCALBASE%%|${LOCALBASE}|' \
+ < ${FILESDIR}/README.fuse > ${WRKDIR}/README.fuse
post-install:
${MKDIR} ${DATADIR}/dist
@@ -118,7 +120,7 @@ post-install:
${MKDIR} ${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/hald/freebsd/README \
${DOCSDIR}/README.freebsd
- ${INSTALL_DATA} ${FILESDIR}/README.fuse \
+ ${INSTALL_DATA} ${WRKDIR}/README.fuse \
${DOCSDIR}/README.fuse
.endif