diff options
author | Jun Kuriyama <kuriyama@FreeBSD.org> | 2001-11-27 02:30:02 +0000 |
---|---|---|
committer | Jun Kuriyama <kuriyama@FreeBSD.org> | 2001-11-27 02:30:02 +0000 |
commit | 54fbc0d152b27e565dc38a489fe505fb2b5bd338 (patch) | |
tree | dd0aeaca89eda467cb0e323fcb228e3e76ee3ccd /textproc/iso12083/Makefile | |
parent | f13509f3be2a66be592312e87da21a042b8c246c (diff) | |
download | ports-54fbc0d152b27e565dc38a489fe505fb2b5bd338.tar.gz ports-54fbc0d152b27e565dc38a489fe505fb2b5bd338.zip |
Move $MASTER_SITES to $MASTER_SITE_LOCAL.
Found by: distfile survey
Notes
Notes:
svn path=/head/; revision=50605
Diffstat (limited to 'textproc/iso12083/Makefile')
-rw-r--r-- | textproc/iso12083/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/textproc/iso12083/Makefile b/textproc/iso12083/Makefile index 7f383b2b5b6e..3b4cdeb62521 100644 --- a/textproc/iso12083/Makefile +++ b/textproc/iso12083/Makefile @@ -8,8 +8,10 @@ PORTNAME= iso12083 PORTVERSION= 1993 CATEGORIES= textproc -MASTER_SITES= ftp://info.ex.ac.uk/pub/SGML/ISO-12083/ +MASTER_SITES= ${MASTER_SITE_LOCAL} +MASTER_SITE_SUBDIR= kuriyama DISTFILES= article.dtd book.dtd maths.dtd serial.dtd +EXTRACT_ONLY= # empty MAINTAINER= kuriyama@FreeBSD.org @@ -20,7 +22,6 @@ DIST_SUBDIR= iso12083 NO_MTREE= yes NO_BUILD= yes NO_WRKSUBDIR= yes -EXTRACT_ONLY= # empty PLIST_SUB= DTD_NAME=${PORTNAME} MKCATALOG=${MKCATALOG} INSTDIR= ${PREFIX}/share/sgml/iso12083 |