Index: head/textproc/filepp/Makefile =================================================================== --- head/textproc/filepp/Makefile (revision 542921) +++ head/textproc/filepp/Makefile (revision 542922) @@ -1,21 +1,25 @@ # Created by: Ying-Chieh Liao # $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 +LICENSE= GPLv2+ +LICENSE_FILE= ${WRKSRC}/COPYING + USES= perl5 shebangfix GNU_CONFIGURE= yes -NO_BUILD= 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 Index: head/textproc/filepp/pkg-descr =================================================================== --- head/textproc/filepp/pkg-descr (revision 542921) +++ head/textproc/filepp/pkg-descr (revision 542922) @@ -1,6 +1,6 @@ filepp is a generic file preprocessor designed to allow the functionality provided by the C preprocessor cpp(1) to be used with any file type. filepp is designed to be easily customised and extended. -WWW: http://www-users.york.ac.uk/~dm26/filepp/ +WWW: https://www-users.york.ac.uk/~dm26/filepp/