diff options
author | Hiroki Sato <hrs@FreeBSD.org> | 2004-11-15 20:47:17 +0000 |
---|---|---|
committer | Hiroki Sato <hrs@FreeBSD.org> | 2004-11-15 20:47:17 +0000 |
commit | 53c240ae264e7a91ece9e7cf4dc6bbc3aa14b106 (patch) | |
tree | 4b83a7928089b99c03f89b94321c30b8f9476abf /print/latex-pict2e/Makefile | |
parent | 8a4ddd8af62ce791db85b8d970f70ada6138a443 (diff) |
Notes
Diffstat (limited to 'print/latex-pict2e/Makefile')
-rw-r--r-- | print/latex-pict2e/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/print/latex-pict2e/Makefile b/print/latex-pict2e/Makefile index e88c9050d586..ea1057a1e1b9 100644 --- a/print/latex-pict2e/Makefile +++ b/print/latex-pict2e/Makefile @@ -5,12 +5,13 @@ # $FreeBSD$ PORTNAME= latex-pict2e -PORTVERSION= 0.2.20040219 +PORTVERSION= 0.2.20040806 +PORTREVISION= 0 CATEGORIES= print MASTER_SITES= ftp://ftp.ctan.org/tex-archive/%SUBDIR%/ \ ${MASTER_SITE_TEX_CTAN} MASTER_SITE_SUBDIR= macros/latex/contrib/pict2e -DISTFILES= README.pict2e p2e-drivers.dtx pict2e.dtx pict2e.ins pict2e.pdf +DISTFILES= p2e-drivers.dtx pict2e.dtx pict2e.ins ${DOC_FILES} DIST_SUBDIR= ${PORTNAME} MAINTAINER= hrs@FreeBSD.org @@ -37,7 +38,7 @@ CLASS_FILES= p2e-drivers.dtx p2e-dvipdfm.def p2e-dvips.def \ pict2e-example.cfg pict2e.dtx pict2e.ins pict2e.sty \ pict2e.cfg -DOC_FILES= README.pict2e pict2e.pdf +DOC_FILES= README pict2e.pdf p2e-drivers.pdf do-extract: ${MKDIR} ${WRKSRC} |