diff options
Diffstat (limited to 'print/latex-arydshln/Makefile')
-rw-r--r-- | print/latex-arydshln/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/print/latex-arydshln/Makefile b/print/latex-arydshln/Makefile index 4a6e1ee2a264..745720cae41e 100644 --- a/print/latex-arydshln/Makefile +++ b/print/latex-arydshln/Makefile @@ -1,7 +1,4 @@ -# New ports collection makefile for: latex-arydshln -# Date created: 24 Jan 2004 -# Whom: hrs@FreeBSD.org -# +# Created by: hrs@FreeBSD.org # $FreeBSD$ PORTNAME= latex-arydshln @@ -31,6 +28,7 @@ CLASSDIR= ${TEXMFLOCAL}/tex/latex/${PORTNAME:S/^latex-//} CLASS_FILES= arydshln.dtx arydshln.ins arydshln.sty arydshln-man.tex DOC_FILES= README arydshln-man.pdf +NO_STAGE= yes do-extract: ${MKDIR} ${WRKSRC} cd ${DISTDIR}/${DIST_SUBDIR} && ${CP} ${DISTFILES} ${WRKSRC} |