diff options
-rw-r--r-- | textproc/bomstrip/Makefile | 4 | ||||
-rw-r--r-- | textproc/bomstrip/pkg-descr | 2 |
2 files changed, 4 insertions, 2 deletions
diff --git a/textproc/bomstrip/Makefile b/textproc/bomstrip/Makefile index 894fae71a9ea..983ddae145c6 100644 --- a/textproc/bomstrip/Makefile +++ b/textproc/bomstrip/Makefile @@ -16,7 +16,9 @@ PATCH_SITES= http://devel.ringlet.net/textproc/bomstrip/ MAINTAINER= ports@FreeBSD.org COMMENT= Strip Byte-Order Marks (BOM) from UTF-8 text -USES= gmake +LICENSE= NONE + +USES= gmake MAKE_ENV= INSTALL_PROGRAM="${INSTALL_PROGRAM}" \ INSTALL_SCRIPT="${INSTALL_SCRIPT}" \ INSTALL_DATA="${INSTALL_DATA}" \ diff --git a/textproc/bomstrip/pkg-descr b/textproc/bomstrip/pkg-descr index d2a98d7f9e8d..dbd9b94beb48 100644 --- a/textproc/bomstrip/pkg-descr +++ b/textproc/bomstrip/pkg-descr @@ -16,4 +16,4 @@ issues, so there is absolutely no need to have three bytes (the utf-8-BOM) that do not say anything about the byte-order (since there is nothing to say). -WWW: http://www.ueber.net/who/mjl/projects/bomstrip/ +WWW: https://www.ueber.net/who/mjl/projects/bomstrip/ |