diff options
author | tijl <tijl@FreeBSD.org> | 2014-09-25 23:46:46 +0800 |
---|---|---|
committer | tijl <tijl@FreeBSD.org> | 2014-09-25 23:46:46 +0800 |
commit | 6f45bc862ecc57af77ad994a42b925698f4ef927 (patch) | |
tree | 5da71346baac05e54b48e4f60c541f790e4c44a8 /dns | |
parent | 4771be6243293f78a6b4686d2c19d8ce676ba69c (diff) | |
download | freebsd-ports-gnome-6f45bc862ecc57af77ad994a42b925698f4ef927.tar.gz freebsd-ports-gnome-6f45bc862ecc57af77ad994a42b925698f4ef927.tar.zst freebsd-ports-gnome-6f45bc862ecc57af77ad994a42b925698f4ef927.zip |
Remove hack now that USES=pathfix no longer modifies configure (r369260)
Diffstat (limited to 'dns')
-rw-r--r-- | dns/libidn/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/dns/libidn/Makefile b/dns/libidn/Makefile index 235029425b1e..869cce06ac38 100644 --- a/dns/libidn/Makefile +++ b/dns/libidn/Makefile @@ -33,8 +33,6 @@ PLIST_SUB+= NLS="@comment " .endif post-patch: - @${REINPLACE_CMD} -e '/^Makefile.gdoc:/s/configure /configure.ac /' \ - ${WRKSRC}/doc/Makefile.in @${REINPLACE_CMD} -e '/^Libs.private:/s/$$/ @LTLIBINTL@/' \ ${WRKSRC}/libidn.pc.in |