diff options
author | nivit <nivit@FreeBSD.org> | 2010-09-26 05:09:59 +0800 |
---|---|---|
committer | nivit <nivit@FreeBSD.org> | 2010-09-26 05:09:59 +0800 |
commit | 83783d1de5a5e01c54423061e2527491764c96c6 (patch) | |
tree | b4cb668ccc441b0ecd2005953a6ffe7e27f848a5 /print | |
parent | 5277968499de7fd33d12559b0d19485b82aaf421 (diff) | |
download | freebsd-ports-gnome-83783d1de5a5e01c54423061e2527491764c96c6.tar.gz freebsd-ports-gnome-83783d1de5a5e01c54423061e2527491764c96c6.tar.zst freebsd-ports-gnome-83783d1de5a5e01c54423061e2527491764c96c6.zip |
- Fix MASTER_SITES
Reported by: pointyhat (via email)
Diffstat (limited to 'print')
-rw-r--r-- | print/easylatex/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/print/easylatex/Makefile b/print/easylatex/Makefile index b665f0f93829..0f75f86ba643 100644 --- a/print/easylatex/Makefile +++ b/print/easylatex/Makefile @@ -9,7 +9,7 @@ PORTNAME= easylatex PORTVERSION= 0.080 PORTREVISION= 0 CATEGORIES= print textproc -MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION} +MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${DISTNAME} DISTNAME= ${PORTNAME}-${PORTVERSION:C/0$//} MAINTAINER= nivit@FreeBSD.org |