diff options
Diffstat (limited to 'print/latex-chapterfolder/Makefile')
-rw-r--r-- | print/latex-chapterfolder/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/print/latex-chapterfolder/Makefile b/print/latex-chapterfolder/Makefile index 54d5f6e613cf..68e6423d9eb1 100644 --- a/print/latex-chapterfolder/Makefile +++ b/print/latex-chapterfolder/Makefile @@ -1,7 +1,4 @@ -# New ports collection makefile for: latex-chapterfolder -# Date created: 16 July 2011 -# Whom: hrs -# +# Created by: hrs # $FreeBSD$ PORTNAME= chapterfolder @@ -37,6 +34,7 @@ SRC_FILES= chapterfolder.dtx chapterfolder.ins CLASS_FILES= chapterfolder.sty PORTDOCS= chapterfolder.pdf +NO_STAGE= yes do-extract: ${MKDIR} ${WRKSRC} cd ${DISTDIR}/${DIST_SUBDIR} && ${INSTALL_DATA} ${DISTFILES} ${WRKSRC} |