mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-14 03:10:47 +00:00
22d7896c17
minor COMMENT typos and surrounding whitespace fixes. A few Makefiles where not included as they contain Latin-1 characters that break the Phabricator workflow. Categories T-V. CR: D509 Approved by: portmgr (antoine)
22 lines
468 B
Makefile
22 lines
468 B
Makefile
# 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>
|