aboutsummaryrefslogtreecommitdiff
path: root/sysutils/bsdconfig/Makefile
diff options
context:
space:
mode:
authorWesley Shields <wxs@FreeBSD.org>2013-05-08 12:47:23 +0000
committerWesley Shields <wxs@FreeBSD.org>2013-05-08 12:47:23 +0000
commit9aa569ebca7363080987ea08b21cff581dfa7851 (patch)
tree2b8cc0eac7c4902275c762a2ddbdf03755f55fea /sysutils/bsdconfig/Makefile
parent7e3bf9b2207f61c53674d05074765c13bc5bbde2 (diff)
downloadports-9aa569ebca7363080987ea08b21cff581dfa7851.tar.gz
ports-9aa569ebca7363080987ea08b21cff581dfa7851.zip
Update to 0.8.1.
Fixes a bug that caused certain strings loaded from internationalization libraries to fail. Submitted by: dteske@ (maintainer)
Notes
Notes: svn path=/head/; revision=317658
Diffstat (limited to 'sysutils/bsdconfig/Makefile')
-rw-r--r--sysutils/bsdconfig/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/sysutils/bsdconfig/Makefile b/sysutils/bsdconfig/Makefile
index 737fcbf2e6d3..860b08902b55 100644
--- a/sysutils/bsdconfig/Makefile
+++ b/sysutils/bsdconfig/Makefile
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= bsdconfig
-PORTVERSION= 0.8.0
+PORTVERSION= 0.8.1
CATEGORIES= sysutils
MASTER_SITES= http://druidbsd.sourceforge.net/download/bsdconfig/
DISTNAME= ${PORTNAME}.130506
@@ -213,7 +213,7 @@ IGNORE= requires FreeBSD 9.0 or later
post-patch:
@${GREP} -Ilrs '^BSDCFG_LIBE=' ${WRKSRC} | ${XARGS} ${REINPLACE_CMD} \
- -e 's|^\(BSDCFG_LIBE=\).*|\1"${PREFIX}/libexec/${PORTNAME}"|'
+ -e 's|^\(BSDCFG_LIBE="\)[^"]*\(.*\)|\1${PREFIX}/libexec/${PORTNAME}\2|'
@${GREP} -Ilrs '^BSDCFG_SHARE=' ${WRKSRC} | ${XARGS} ${REINPLACE_CMD} \
-e 's|^\(BSDCFG_SHARE=\).*|\1"${PREFIX}/share/${PORTNAME}"|'
@${REINPLACE_CMD} \