aboutsummaryrefslogtreecommitdiffstats
path: root/textproc/filepp/Makefile
diff options
context:
space:
mode:
authormat <mat@FreeBSD.org>2014-01-27 04:37:49 +0800
committermat <mat@FreeBSD.org>2014-01-27 04:37:49 +0800
commita67ef17f2b6ab4fbb9ae20550e15e007fac3e51d (patch)
tree59ae565ab3d4f00668ad2e6073c0fe4203da0280 /textproc/filepp/Makefile
parentab40bedcbbeb3ae8dcccce4a1d78f2408d427898 (diff)
downloadfreebsd-ports-gnome-a67ef17f2b6ab4fbb9ae20550e15e007fac3e51d.tar.gz
freebsd-ports-gnome-a67ef17f2b6ab4fbb9ae20550e15e007fac3e51d.tar.zst
freebsd-ports-gnome-a67ef17f2b6ab4fbb9ae20550e15e007fac3e51d.zip
Convert to staging.
Sponsored by: Absolight
Diffstat (limited to 'textproc/filepp/Makefile')
-rw-r--r--textproc/filepp/Makefile8
1 files changed, 5 insertions, 3 deletions
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 <bsd.port.mk>