diff options
author | bapt <bapt@FreeBSD.org> | 2017-05-06 19:44:24 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2017-05-06 19:44:24 +0800 |
commit | 63c37d92202c5a169c14d00180ece042d59abb7b (patch) | |
tree | cbc2cf13526bb815239fd1cfa346ea271ae72254 /security | |
parent | f92aa61587057732ca3221dffe595cd23754c855 (diff) | |
download | freebsd-ports-gnome-63c37d92202c5a169c14d00180ece042d59abb7b.tar.gz freebsd-ports-gnome-63c37d92202c5a169c14d00180ece042d59abb7b.tar.zst freebsd-ports-gnome-63c37d92202c5a169c14d00180ece042d59abb7b.zip |
Replace xmlto with minixmlto, it reduces the number of build dependencies
Approved by: ehaupt (maintainer)
Differential Revision: https://reviews.freebsd.org/D10560
Diffstat (limited to 'security')
-rw-r--r-- | security/proxytunnel/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/security/proxytunnel/Makefile b/security/proxytunnel/Makefile index 5729d32379d8..c61aac84265b 100644 --- a/security/proxytunnel/Makefile +++ b/security/proxytunnel/Makefile @@ -13,13 +13,16 @@ LICENSE_COMB= multi LICENSE_FILE= ${WRKSRC}/LICENSE.txt BUILD_DEPENDS= asciidoc:textproc/asciidoc \ - xmlto:textproc/xmlto + minixmlto:textproc/minixmlto USES= pkgconfig gmake ssl USE_GITHUB= yes PLIST_FILES= bin/proxytunnel man/man1/proxytunnel.1.gz +post-patch: + ${REINPLACE_CMD} -e "s/xmlto/minixmlto/g" ${WRKSRC}/docs/Makefile + do-install: ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin ${INSTALL_MAN} ${WRKSRC}/docs/${PORTNAME}.1 \ |