From a67ef17f2b6ab4fbb9ae20550e15e007fac3e51d Mon Sep 17 00:00:00 2001 From: mat Date: Sun, 26 Jan 2014 20:37:49 +0000 Subject: Convert to staging. Sponsored by: Absolight --- textproc/filepp/Makefile | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'textproc/filepp/Makefile') diff --git a/textproc/filepp/Makefile b/textproc/filepp/Makefile index 1a592b5b64de..340ab96d4383 100644 --- a/textproc/filepp/Makefile +++ b/textproc/filepp/Makefile @@ -9,11 +9,13 @@ MASTER_SITES= http://www-users.york.ac.uk/~dm26/filepp/ MAINTAINER= ports@FreeBSD.org COMMENT= A generic file preprocessor -USES= perl5 +USES= perl5 shebangfix GNU_CONFIGURE= yes NO_BUILD= yes +CONFIGURE_ENV= PERL=${PERL} -MAN1= filepp.1 +post-patch: + @${REINPLACE_CMD} -e 's|$$(moduledir)|$$(DESTDIR)$$(moduledir)|' \ + ${WRKSRC}/modules/*/Makefile.in -NO_STAGE= yes .include -- cgit