aboutsummaryrefslogtreecommitdiff
path: root/security/oidentd
diff options
context:
space:
mode:
authorOliver Lehmann <oliver@FreeBSD.org>2013-12-30 10:08:06 +0000
committerOliver Lehmann <oliver@FreeBSD.org>2013-12-30 10:08:06 +0000
commit4d7ddceba77286f15222e390c59346359080f753 (patch)
treee568542b082150096ac210fdbd3cf45fa03494c9 /security/oidentd
parentd5b7cb24729f5065d4732cbc135f1cdf52027a36 (diff)
downloadports-4d7ddceba77286f15222e390c59346359080f753.tar.gz
ports-4d7ddceba77286f15222e390c59346359080f753.zip
fix build on FreeBSD < 10
Noted By: Lukasz Wasikowski <lukasz@wasikowski.net>
Notes
Notes: svn path=/head/; revision=338078
Diffstat (limited to 'security/oidentd')
-rw-r--r--security/oidentd/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/security/oidentd/Makefile b/security/oidentd/Makefile
index 2786fdeb8a2c..add77ce46898 100644
--- a/security/oidentd/Makefile
+++ b/security/oidentd/Makefile
@@ -38,7 +38,7 @@ CONFIGURE_ARGS+=--disable-masq
post-patch:
@${REINPLACE_CMD} -e 's,/etc/,${PREFIX}&,g' ${WRKSRC}/src/oidentd.h
- @${REINPLACE_CMD} -e 's|5-9|5-11|g;s|4-9|4-11|g' ${WRKSRC}/configure
+ @${REINPLACE_CMD} -e 's|\[5-9\]||g;s|\[4-9\]||g' ${WRKSRC}/configure
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/src/oidentd ${PREFIX}/sbin