diff options
author | Michael Haro <mharo@FreeBSD.org> | 2000-04-20 19:39:00 +0000 |
---|---|---|
committer | Michael Haro <mharo@FreeBSD.org> | 2000-04-20 19:39:00 +0000 |
commit | 7c7f73ded5034bce7e102769d5c1287696a2f689 (patch) | |
tree | 1aa4bf677e79203e3def5742604b2d7d6187bcf9 /editors/xemacs20 | |
parent | dae552c2f062eaf1ad47c2cf83579816658e1a95 (diff) |
various portlint nits (spacing, variable ordering, SLAVEDIRS, etc.)
Notes
Notes:
svn path=/head/; revision=27796
Diffstat (limited to 'editors/xemacs20')
-rw-r--r-- | editors/xemacs20/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/editors/xemacs20/Makefile b/editors/xemacs20/Makefile index a13f4ccec6c8..0d87c50cd251 100644 --- a/editors/xemacs20/Makefile +++ b/editors/xemacs20/Makefile @@ -11,9 +11,9 @@ CATEGORIES= editors MASTER_SITES= \ ftp://ftp.xemacs.org/pub/xemacs/${DISTNAME}/ \ ftp://ftp.mpi-sb.mpg.de/pub/gnu/mirror/ftp.xemacs.org/xemacs/${DISTNAME}/ \ - ftp://ftp.usyd.edu.au:/pub/Xemacs/${DISTNAME}/ \ + ftp://ftp.usyd.edu.au/pub/Xemacs/${DISTNAME}/ \ ftp://ftp.lab.kdd.co.jp/xemacs/${DISTNAME}/ \ - ftp://ftp.th-darmstadt.de:/pub/editors/xemacs/${DISTNAME}/ + ftp://ftp.th-darmstadt.de/pub/editors/xemacs/${DISTNAME}/ DISTFILES= ${DISTNAME}${EXTRACT_SUFX} ${MULEDISTFILE} MAINTAINER= gj@FreeBSD.org |