diff options
author | ehaupt <ehaupt@FreeBSD.org> | 2006-04-22 04:32:49 +0800 |
---|---|---|
committer | ehaupt <ehaupt@FreeBSD.org> | 2006-04-22 04:32:49 +0800 |
commit | 9662a523459a4fd33ae38c10851578e788bd5941 (patch) | |
tree | 2064fd3f82da6bfd0b64e42b7eb1198647d0cb2a /converters | |
parent | cf061e059eea90deb9ab9e5aa62f5e7a2e871053 (diff) | |
download | freebsd-ports-gnome-9662a523459a4fd33ae38c10851578e788bd5941.tar.gz freebsd-ports-gnome-9662a523459a4fd33ae38c10851578e788bd5941.tar.zst freebsd-ports-gnome-9662a523459a4fd33ae38c10851578e788bd5941.zip |
Add 3 (!) more master sites.
Notified by: pointyhat via kris
Submitted by: infofarmer@gmail.com (maintainer)
Diffstat (limited to 'converters')
-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> |