diff options
author | Max Brazhnikov <makc@FreeBSD.org> | 2010-10-16 12:58:32 +0000 |
---|---|---|
committer | Max Brazhnikov <makc@FreeBSD.org> | 2010-10-16 12:58:32 +0000 |
commit | 233773b4857d8cc14f5bc972408e3c2f08627599 (patch) | |
tree | 7117db1942a399cf67cf71143d8482a6c49bebda /print/latex-etoolbox/Makefile | |
parent | a7f7fde458631f433de2caa5c32e9cbbe6415dff (diff) | |
download | ports-233773b4857d8cc14f5bc972408e3c2f08627599.tar.gz ports-233773b4857d8cc14f5bc972408e3c2f08627599.zip |
Notes
Diffstat (limited to 'print/latex-etoolbox/Makefile')
-rw-r--r-- | print/latex-etoolbox/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/print/latex-etoolbox/Makefile b/print/latex-etoolbox/Makefile index 4ff1b8db047e..5668a275832b 100644 --- a/print/latex-etoolbox/Makefile +++ b/print/latex-etoolbox/Makefile @@ -6,12 +6,13 @@ # PORTNAME= etoolbox -PORTVERSION= 1.9 +DISTVERSION= 2.0a CATEGORIES= print MASTER_SITES= ${MASTER_SITE_TEX_CTAN} MASTER_SITE_SUBDIR= macros/latex/contrib PKGNAMEPREFIX= latex- DISTNAME= ${PORTNAME} +DIST_SUBDIR= ${PORTNAME}/${DISTVERSION} MAINTAINER= idolum@users.sourceforge.net COMMENT= A toolbox providing programming facilities for LaTeX |