diff options
Diffstat (limited to 'print/latex-keystroke')
-rw-r--r-- | print/latex-keystroke/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/print/latex-keystroke/Makefile b/print/latex-keystroke/Makefile index 6b3c32c67d2c..105c07402989 100644 --- a/print/latex-keystroke/Makefile +++ b/print/latex-keystroke/Makefile @@ -1,7 +1,4 @@ -# New ports collection makefile for: latex-keystroke -# Date created: 24 Jan 2004 -# Whom: hrs@FreeBSD.org -# +# Created by: hrs@FreeBSD.org # $FreeBSD$ PORTNAME= latex-keystroke @@ -33,6 +30,7 @@ CLASS_FILES= key-test.pdf key-test.tex keystroke.sty \ keystroke_left.eps keystroke_left.pdf keystroke_middle.eps \ keystroke_middle.pdf keystroke_right.eps keystroke_right.pdf +NO_STAGE= yes do-install: ${MKDIR} ${PREFIX}/${CLASSDIR} ${INSTALL_DATA} ${CLASS_FILES:S@^@${DISTDIR}/${DIST_SUBDIR}/@} ${PREFIX}/${CLASSDIR} |