aboutsummaryrefslogtreecommitdiff
path: root/textproc/filepp
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2020-07-23 09:36:18 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2020-07-23 09:36:18 +0000
commit6f37c4321e5dd2711f53d8f3ff920a47ac1e618d (patch)
tree4e6614e7a3d9b900ff2e8acec163edeb6f3f1d30 /textproc/filepp
parenta3eb7c7211ec7c6056df5b4d8f4f94d4a60f47f3 (diff)
downloadports-6f37c4321e5dd2711f53d8f3ff920a47ac1e618d.tar.gz
ports-6f37c4321e5dd2711f53d8f3ff920a47ac1e618d.zip
- Add LICENSE
- Add NO_ARCH - Update WWW
Notes
Notes: svn path=/head/; revision=542922
Diffstat (limited to 'textproc/filepp')
-rw-r--r--textproc/filepp/Makefile6
-rw-r--r--textproc/filepp/pkg-descr2
2 files changed, 6 insertions, 2 deletions
diff --git a/textproc/filepp/Makefile b/textproc/filepp/Makefile
index 6d8d7d7af2f7..83069713ed42 100644
--- a/textproc/filepp/Makefile
+++ b/textproc/filepp/Makefile
@@ -9,10 +9,14 @@ 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)|' \
diff --git a/textproc/filepp/pkg-descr b/textproc/filepp/pkg-descr
index 7d4e5f140b9d..6740b5b3936a 100644
--- a/textproc/filepp/pkg-descr
+++ b/textproc/filepp/pkg-descr
@@ -3,4 +3,4 @@ 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/