mirror of
https://git.freebsd.org/ports.git
synced 2025-06-03 11:56:28 -04:00
prevent massive PORTREVISION bumps. Bump dependent ports that have not been bumped since.
19 lines
437 B
Makefile
19 lines
437 B
Makefile
# Created by: Dmitry Marakasov <amdmi3@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= kiconvtool
|
|
PORTVERSION= 0.97
|
|
PORTREVISION= 1
|
|
CATEGORIES= sysutils
|
|
MASTER_SITES= http://mirror.amdmi3.ru/distfiles/ \
|
|
LOCAL/amdmi3
|
|
|
|
MAINTAINER= amdmi3@FreeBSD.org
|
|
COMMENT= Tool to preload kernel iconv charset tables
|
|
|
|
USES= iconv # used by libkiconv, actually
|
|
|
|
PLIST_FILES= sbin/${PORTNAME} etc/rc.d/kiconv \
|
|
man/man8/${PORTNAME}.8.gz
|
|
|
|
.include <bsd.port.mk>
|