diff options
author | hrs <hrs@FreeBSD.org> | 2004-11-04 01:03:53 +0800 |
---|---|---|
committer | hrs <hrs@FreeBSD.org> | 2004-11-04 01:03:53 +0800 |
commit | 764e8b2d1561c3dc14a9353867790036c83e482d (patch) | |
tree | b7537670a4e297d16446cd236105c40f3aca962d /print/latex-pgf/Makefile | |
parent | 59f92358e9b6d734905fd021266294e6b9892b0e (diff) | |
download | freebsd-ports-gnome-764e8b2d1561c3dc14a9353867790036c83e482d.tar.gz freebsd-ports-gnome-764e8b2d1561c3dc14a9353867790036c83e482d.tar.zst freebsd-ports-gnome-764e8b2d1561c3dc14a9353867790036c83e482d.zip |
Update to 0.64.
Diffstat (limited to 'print/latex-pgf/Makefile')
-rw-r--r-- | print/latex-pgf/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/print/latex-pgf/Makefile b/print/latex-pgf/Makefile index 2e7246d6b6ea..e239d8f5f1b1 100644 --- a/print/latex-pgf/Makefile +++ b/print/latex-pgf/Makefile @@ -5,7 +5,7 @@ # $FreeBSD$ PORTNAME= latex-pgf -PORTVERSION= 0.62 +PORTVERSION= 0.64 CATEGORIES= print MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= latex-beamer @@ -37,6 +37,7 @@ DOC_FILES= AUTHORS ChangeLog FILES INSTALL README TODO \ pgf-tu-logo.25.eps pgf-tu-logo.25.jpg \ pgf-tu-logo.eps pgf-tu-logo.jpg \ pgf-tu-logo.mask.jpg \ + pgfuserguide.pdf pgfuserguide.tex do-install: ${MKDIR} ${PREFIX}/${CLASSDIR} |