diff options
author | oliver <oliver@FreeBSD.org> | 2013-12-30 18:08:06 +0800 |
---|---|---|
committer | oliver <oliver@FreeBSD.org> | 2013-12-30 18:08:06 +0800 |
commit | e26669b3b8c8ec6640576e175a89551cf841d8cc (patch) | |
tree | e568542b082150096ac210fdbd3cf45fa03494c9 /security | |
parent | 42ea8583bca8a6c6d9865677aadd11ff3d3f081a (diff) | |
download | freebsd-ports-gnome-e26669b3b8c8ec6640576e175a89551cf841d8cc.tar.gz freebsd-ports-gnome-e26669b3b8c8ec6640576e175a89551cf841d8cc.tar.zst freebsd-ports-gnome-e26669b3b8c8ec6640576e175a89551cf841d8cc.zip |
fix build on FreeBSD < 10
Noted By: Lukasz Wasikowski <lukasz@wasikowski.net>
Diffstat (limited to 'security')
-rw-r--r-- | security/oidentd/Makefile | 2 |
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 |