diff options
author | sylvio <sylvio@FreeBSD.org> | 2012-06-18 04:06:54 +0800 |
---|---|---|
committer | sylvio <sylvio@FreeBSD.org> | 2012-06-18 04:06:54 +0800 |
commit | f277f267e9eaf26a06afdbe901e169c6ab36dc59 (patch) | |
tree | 7624185607faf0f1b7deddba3688db2d2f0d9cd3 /textproc | |
parent | 75a1bda3e0c58dbffe984b5a9dffabf71d52ae70 (diff) | |
download | freebsd-ports-gnome-f277f267e9eaf26a06afdbe901e169c6ab36dc59.tar.gz freebsd-ports-gnome-f277f267e9eaf26a06afdbe901e169c6ab36dc59.tar.zst freebsd-ports-gnome-f277f267e9eaf26a06afdbe901e169c6ab36dc59.zip |
- Update MASTER_SITES and WWW: line
- Support MLINKS
PR: ports/169009
Submitted by: KATO Tsuguru <tkato432@yahoo.com>
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/bomstrip/Makefile | 10 | ||||
-rw-r--r-- | textproc/bomstrip/pkg-descr | 4 |
2 files changed, 9 insertions, 5 deletions
diff --git a/textproc/bomstrip/Makefile b/textproc/bomstrip/Makefile index fd489ca10e27..71f06fa05f2e 100644 --- a/textproc/bomstrip/Makefile +++ b/textproc/bomstrip/Makefile @@ -9,7 +9,7 @@ PORTNAME= bomstrip PORTVERSION= 9 PORTREVISION= 1 CATEGORIES= textproc -MASTER_SITES= http://www.xs4all.nl/~mechiel/projects/bomstrip/files/:main \ +MASTER_SITES= http://www.ueber.net/who/mjl/projects/bomstrip/files/:main \ http://devel.ringlet.net/textproc/bomstrip/:ringlet DISTFILES= ${DISTNAME}.tgz:main,ringlet \ ${DISTNAME}-roam-02-extra-files.tar.gz:ringlet @@ -21,9 +21,13 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Strip Byte-Order Marks (BOM) from UTF-8 text USE_GMAKE= yes -MAKE_ENV+= BINGRP="${BINGRP}" +MAKE_ENV= INSTALL_PROGRAM="${INSTALL_PROGRAM}" \ + INSTALL_SCRIPT="${INSTALL_SCRIPT}" \ + INSTALL_DATA="${INSTALL_DATA}" \ + STRIP="" -MAN1= bomstrip.1 bomstrip-files.1 +MLINKS= bomstrip.1 bomstrip-files.1 +MAN1= bomstrip.1 MANCOMPRESSED= yes .include <bsd.port.mk> diff --git a/textproc/bomstrip/pkg-descr b/textproc/bomstrip/pkg-descr index 7c5e35aa2ee2..c7861fa2d8d2 100644 --- a/textproc/bomstrip/pkg-descr +++ b/textproc/bomstrip/pkg-descr @@ -16,5 +16,5 @@ 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). -Author: Mechiel Lukkien <mechiel@xs4all.nl> -WWW: http://www.xs4all.nl/~mechiel/projects/bomstrip/ +Author: Mechiel Lukkien <mechiel@ueber.net> +WWW: http://www.ueber.net/who/mjl/projects/bomstrip/ |