diff options
Diffstat (limited to 'print/examplep/Makefile')
-rw-r--r-- | print/examplep/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/print/examplep/Makefile b/print/examplep/Makefile index ced9e89e1137..c8ba5c6e40c8 100644 --- a/print/examplep/Makefile +++ b/print/examplep/Makefile @@ -1,7 +1,4 @@ -# New ports collection makefile for: examplep -# Date created: 2012-05-11 -# Whom: Hiroto Kagotani <hiroto.kagotani@gmail.com> -# +# Created by: Hiroto Kagotani <hiroto.kagotani@gmail.com> # $FreeBSD$ PORTNAME= examplep @@ -25,6 +22,7 @@ MKTEXLSR= ${LOCALBASE}/bin/mktexlsr CLASSDIR= ${TEXMFDIR}/tex/latex/${PORTNAME} CLASS_FILES= ${PORTNAME}.sty codep.sty verbfwr.sty +NO_STAGE= yes do-build: pre-install: |