diff options
author | Emanuel Haupt <ehaupt@FreeBSD.org> | 2006-04-21 20:32:49 +0000 |
---|---|---|
committer | Emanuel Haupt <ehaupt@FreeBSD.org> | 2006-04-21 20:32:49 +0000 |
commit | 771bddfb59457c18ae88a8fbde5abd363e20767e (patch) | |
tree | 3012193a463003342dc01665d1b1cc432b790d3d /converters/htx | |
parent | db71196212257043a80aa9276487ecee238b2c54 (diff) | |
download | ports-771bddfb59457c18ae88a8fbde5abd363e20767e.tar.gz ports-771bddfb59457c18ae88a8fbde5abd363e20767e.zip |
Notes
Diffstat (limited to 'converters/htx')
-rw-r--r-- | converters/htx/Makefile | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/converters/htx/Makefile b/converters/htx/Makefile index 436e42cf16ba..cef935debecf 100644 --- a/converters/htx/Makefile +++ b/converters/htx/Makefile @@ -8,7 +8,10 @@ PORTNAME= htx DISTVERSION= 0.7.7a CATEGORIES= converters www -MASTER_SITES= http://stuff.myrealm.co.uk/htx/ +MASTER_SITES= http://stuff.myrealm.co.uk/htx/ \ + http://bsd.csme.ru/myports/ \ + http://bsd2.csme.ru/myports/ \ + http://bsd3.csme.ru/myports/ MAINTAINER= infofarmer@gmail.com COMMENT= HTML to XHTML converter @@ -22,6 +25,6 @@ post-patch: @${PERL5} -pi.orig -e 's,/usr/bin/perl,${PERL5},' ${WRKSRC}/htx do-install: - ${INSTALL_SCRIPT} ${WRKSRC}/htx ${PREFIX}/bin/ + ${INSTALL_SCRIPT} ${WRKSRC}/htx ${PREFIX}/bin .include <bsd.port.mk> |