diff options
author | Tijl Coosemans <tijl@FreeBSD.org> | 2014-09-25 15:46:46 +0000 |
---|---|---|
committer | Tijl Coosemans <tijl@FreeBSD.org> | 2014-09-25 15:46:46 +0000 |
commit | 849599bda43240c7746473f7439c22c4e93f4b80 (patch) | |
tree | 5da71346baac05e54b48e4f60c541f790e4c44a8 /dns/libidn | |
parent | f0256b1c19b6389a5f7770ab8f98667a421c0a7e (diff) | |
download | ports-849599bda43240c7746473f7439c22c4e93f4b80.tar.gz ports-849599bda43240c7746473f7439c22c4e93f4b80.zip |
Notes
Diffstat (limited to 'dns/libidn')
-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 |