diff options
author | Raphael Kubo da Costa <rakuco@FreeBSD.org> | 2013-05-11 21:51:03 +0000 |
---|---|---|
committer | Raphael Kubo da Costa <rakuco@FreeBSD.org> | 2013-05-11 21:51:03 +0000 |
commit | 2984129c134fcf7e9282a07b40f1c33ec9353b7e (patch) | |
tree | ad334d262d9ad94693769a057d225d4f53bda44c /textproc/mxml | |
parent | 707332711f13aaa66e9708f68a18cd5a43f24ea5 (diff) | |
download | ports-2984129c134fcf7e9282a07b40f1c33ec9353b7e.tar.gz ports-2984129c134fcf7e9282a07b40f1c33ec9353b7e.zip |
Notes
Diffstat (limited to 'textproc/mxml')
-rw-r--r-- | textproc/mxml/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/textproc/mxml/Makefile b/textproc/mxml/Makefile index e97055b64738..6b8fc3fa3104 100644 --- a/textproc/mxml/Makefile +++ b/textproc/mxml/Makefile @@ -4,8 +4,7 @@ PORTNAME= mxml PORTVERSION= 2.7 CATEGORIES= textproc -MASTER_SITES= ${MASTER_SITE_EASYSW} -MASTER_SITE_SUBDIR= mxml/${PORTVERSION} +MASTER_SITES= http://www.msweet.org/files/project3/ MAINTAINER= hsmtkk@gmail.com COMMENT= Small XML parsing library |