From f277f267e9eaf26a06afdbe901e169c6ab36dc59 Mon Sep 17 00:00:00 2001 From: sylvio Date: Sun, 17 Jun 2012 20:06:54 +0000 Subject: - Update MASTER_SITES and WWW: line - Support MLINKS PR: ports/169009 Submitted by: KATO Tsuguru --- textproc/bomstrip/Makefile | 10 +++++++--- textproc/bomstrip/pkg-descr | 4 ++-- 2 files changed, 9 insertions(+), 5 deletions(-) (limited to 'textproc') 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 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 -WWW: http://www.xs4all.nl/~mechiel/projects/bomstrip/ +Author: Mechiel Lukkien +WWW: http://www.ueber.net/who/mjl/projects/bomstrip/ -- cgit