diff options
author | Emanuel Haupt <ehaupt@FreeBSD.org> | 2005-12-21 10:28:52 +0000 |
---|---|---|
committer | Emanuel Haupt <ehaupt@FreeBSD.org> | 2005-12-21 10:28:52 +0000 |
commit | 26ae04a58f0e4f6afcdedc72bd2aac0b6c87e27f (patch) | |
tree | cadbc3e56641a50c601fffe60eb3b5f655cb6f45 /textproc/rtf2html/Makefile | |
parent | 51a7884d45f9c4372745f9376f1d9554b257789e (diff) | |
download | ports-26ae04a58f0e4f6afcdedc72bd2aac0b6c87e27f.tar.gz ports-26ae04a58f0e4f6afcdedc72bd2aac0b6c87e27f.zip |
Notes
Diffstat (limited to 'textproc/rtf2html/Makefile')
-rw-r--r-- | textproc/rtf2html/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/textproc/rtf2html/Makefile b/textproc/rtf2html/Makefile index 8ce2e0912260..186fd7995fca 100644 --- a/textproc/rtf2html/Makefile +++ b/textproc/rtf2html/Makefile @@ -1,5 +1,5 @@ # New ports collection makefile for: rtf2html -# Date created: 6 Jul 2005 +# Date created: 6 Jul 2005 # Whom: Emanuel Haupt <ehaupt@critical.ch> # # $FreeBSD$ @@ -8,7 +8,9 @@ PORTNAME= rtf2html DISTVERSION= 1.1b CATEGORIES= textproc -MASTER_SITES= http://www.45.free.net/~vitus/ice/misc/ +MASTER_SITES= http://critical.ch/distfiles/ \ + ${MASTER_SITE_LOCAL} +MASTER_SITE_SUBDIR= ehaupt DISTNAME= ${PORTNAME} MAINTAINER= ehaupt@FreeBSD.org |