diff options
Diffstat (limited to 'print/latex-arydshln/Makefile')
-rw-r--r-- | print/latex-arydshln/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/print/latex-arydshln/Makefile b/print/latex-arydshln/Makefile index a8d13c0103d6..8c046bb91469 100644 --- a/print/latex-arydshln/Makefile +++ b/print/latex-arydshln/Makefile @@ -5,12 +5,13 @@ # $FreeBSD$ PORTNAME= latex-arydshln -PORTVERSION= 1.6.20030825 +PORTVERSION= 1.71.20040831 +PORTREVISION= 0 CATEGORIES= print MASTER_SITES= ftp://ftp.ctan.org/tex-archive/%SUBDIR%/ \ ${MASTER_SITE_TEX_CTAN} MASTER_SITE_SUBDIR= macros/latex/contrib/arydshln -DISTFILES= README arydshln.dtx arydshln.ins arydshln.pdf +DISTFILES= README arydshln-man.pdf arydshln.dtx arydshln.ins arydshln.pdf DIST_SUBDIR= ${PORTNAME} MAINTAINER= hrs@FreeBSD.org @@ -32,7 +33,7 @@ WRKSRC= ${WRKDIR}/${PORTNAME:S/^latex-//} CLASSDIR= ${TEXMFLOCAL}/tex/latex/${PORTNAME:S/^latex-//} CLASS_FILES= arydshln.dtx arydshln.ins arydshln.sty arydshln-man.tex -DOC_FILES= README arydshln.pdf +DOC_FILES= README arydshln-man.pdf do-extract: ${MKDIR} ${WRKSRC} |