diff options
author | oliver <oliver@FreeBSD.org> | 2013-12-14 09:01:32 +0800 |
---|---|---|
committer | oliver <oliver@FreeBSD.org> | 2013-12-14 09:01:32 +0800 |
commit | 75d833352a03f775d66a4a3d9187328bcf3aa2e9 (patch) | |
tree | cc0affb6184767ac77f1c55468a53fb852007179 | |
parent | 0fc976342bbea68586ff377370e400d75a4de545 (diff) | |
download | freebsd-ports-gnome-75d833352a03f775d66a4a3d9187328bcf3aa2e9.tar.gz freebsd-ports-gnome-75d833352a03f775d66a4a3d9187328bcf3aa2e9.tar.zst freebsd-ports-gnome-75d833352a03f775d66a4a3d9187328bcf3aa2e9.zip |
fix build on FreeBSD 10
-rw-r--r-- | security/oidentd/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/security/oidentd/Makefile b/security/oidentd/Makefile index 8554b51b767d..2786fdeb8a2c 100644 --- a/security/oidentd/Makefile +++ b/security/oidentd/Makefile @@ -38,6 +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 do-install: ${INSTALL_PROGRAM} ${WRKSRC}/src/oidentd ${PREFIX}/sbin |