HEX
Server: Apache/2.4.41 (FreeBSD) OpenSSL/1.0.2s mod_fcgid/2.3.9
System: FreeBSD salazo 12.0-RELEASE-p1303-ZFS hostBSD 12.0-RELEASE-p1303-ZFS DMR amd64
User: admin (1000)
PHP: 7.4.3
Disabled: NONE
Upload Files
File: /usr/ports/textproc/filepp/Makefile
# Created by: Ying-Chieh Liao <ijliao@FreeBSD.org>

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

LICENSE=	GPLv2+
LICENSE_FILE=	${WRKSRC}/COPYING

USES=		perl5 shebangfix
GNU_CONFIGURE=	yes
CONFIGURE_ENV=	PERL=${PERL}
NO_BUILD=	yes
NO_ARCH=	yes

post-patch:
	@${REINPLACE_CMD} -e 's|$$(moduledir)|$$(DESTDIR)$$(moduledir)|' \
		${WRKSRC}/modules/*/Makefile.in

.include <bsd.port.mk>