diff options
Diffstat (limited to 'print/easylatex/Makefile')
-rw-r--r-- | print/easylatex/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/print/easylatex/Makefile b/print/easylatex/Makefile index 7c1d906..2e66bb1 100644 --- a/print/easylatex/Makefile +++ b/print/easylatex/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: easylatex -# Date created: 2006-02-15 -# Whom: Nicola Vitale <nivit@email.it> -# +# Created by: Nicola Vitale <nivit@email.it> # $FreeBSD$ -# PORTNAME= easylatex PORTVERSION= 0.080 @@ -20,6 +16,7 @@ RUN_DEPENDS= p5-Getopt-Declare>=0:${PORTSDIR}/devel/p5-Getopt-Declare NO_BUILD= yes USES= perl5 +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's,/usr/lib/easylatex,${DATADIR},' \ ${WRKSRC}/${PORTNAME}.pl |