diff options
author | Wesley Shields <wxs@FreeBSD.org> | 2013-05-08 12:47:23 +0000 |
---|---|---|
committer | Wesley Shields <wxs@FreeBSD.org> | 2013-05-08 12:47:23 +0000 |
commit | 9aa569ebca7363080987ea08b21cff581dfa7851 (patch) | |
tree | 2b8cc0eac7c4902275c762a2ddbdf03755f55fea /sysutils/bsdconfig | |
parent | 7e3bf9b2207f61c53674d05074765c13bc5bbde2 (diff) | |
download | ports-9aa569ebca7363080987ea08b21cff581dfa7851.tar.gz ports-9aa569ebca7363080987ea08b21cff581dfa7851.zip |
Notes
Diffstat (limited to 'sysutils/bsdconfig')
-rw-r--r-- | sysutils/bsdconfig/Makefile | 4 | ||||
-rw-r--r-- | sysutils/bsdconfig/distinfo | 4 |
2 files changed, 4 insertions, 4 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} \ diff --git a/sysutils/bsdconfig/distinfo b/sysutils/bsdconfig/distinfo index 2222e1caaa4c..99d71dbf1490 100644 --- a/sysutils/bsdconfig/distinfo +++ b/sysutils/bsdconfig/distinfo @@ -1,4 +1,4 @@ SHA256 (bsdconfig.130506.txz) = 2edaba1ed747fd3c95f3f205ec476a5fbb5abeb4aee6c638090cb43b04fad739 SIZE (bsdconfig.130506.txz) = 135848 -SHA256 (bsdconfig.130506-0.8.0.diff.gz) = a33a64696fde09a9775ab101135e94d689655a8477622a4f3f4a41c00e9bd8bc -SIZE (bsdconfig.130506-0.8.0.diff.gz) = 222 +SHA256 (bsdconfig.130506-0.8.1.diff.gz) = a33a64696fde09a9775ab101135e94d689655a8477622a4f3f4a41c00e9bd8bc +SIZE (bsdconfig.130506-0.8.1.diff.gz) = 222 |