diff options
author | Nicola Vitale <nivit@FreeBSD.org> | 2010-09-25 21:09:59 +0000 |
---|---|---|
committer | Nicola Vitale <nivit@FreeBSD.org> | 2010-09-25 21:09:59 +0000 |
commit | 5a5614ac38ba0882d9c4318f2bf08ba31f6363d0 (patch) | |
tree | 027fd2ae0f1f755fddc3d668512306be8b62c8a8 /print | |
parent | bae4147590904e90d25bceb1374e9051be49b15f (diff) | |
download | ports-5a5614ac38ba0882d9c4318f2bf08ba31f6363d0.tar.gz ports-5a5614ac38ba0882d9c4318f2bf08ba31f6363d0.zip |
Notes
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 |