diff options
author | Oliver Lehmann <oliver@FreeBSD.org> | 2013-12-14 01:01:32 +0000 |
---|---|---|
committer | Oliver Lehmann <oliver@FreeBSD.org> | 2013-12-14 01:01:32 +0000 |
commit | 06b35399fdc4036832559b3eb980398477c1c4f0 (patch) | |
tree | cc0affb6184767ac77f1c55468a53fb852007179 /security/oidentd | |
parent | 1a66b19510356dbb5a6df1f8310b56c4467d778c (diff) | |
download | ports-06b35399fdc4036832559b3eb980398477c1c4f0.tar.gz ports-06b35399fdc4036832559b3eb980398477c1c4f0.zip |
Notes
Diffstat (limited to 'security/oidentd')
-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 |