blob: 6d8d7d7af2f7081e539a8c844b0a44d658b63f7a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
# Created by: Ying-Chieh Liao <ijliao@FreeBSD.org>
# $FreeBSD$
PORTNAME= filepp
PORTVERSION= 1.8.0
CATEGORIES= textproc
MASTER_SITES= http://www-users.york.ac.uk/~dm26/filepp/
MAINTAINER= ports@FreeBSD.org
COMMENT= Generic file preprocessor
USES= perl5 shebangfix
GNU_CONFIGURE= yes
NO_BUILD= yes
CONFIGURE_ENV= PERL=${PERL}
post-patch:
@${REINPLACE_CMD} -e 's|$$(moduledir)|$$(DESTDIR)$$(moduledir)|' \
${WRKSRC}/modules/*/Makefile.in
.include <bsd.port.mk>
|