mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-21 04:06:46 +00:00
f596560d93
- Fix ln in patch PR: ports/188151 Submitted by: maintainer Reported by: marino@
26 lines
485 B
Makefile
26 lines
485 B
Makefile
# Created by: Brad Lanam <bll@gentoo.com>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= di
|
|
PORTVERSION= 4.35
|
|
PORTREVISION= 1
|
|
CATEGORIES= sysutils
|
|
MASTER_SITES= http://www.gentoo.com/di/ \
|
|
http://www.cyberbotx.com/di/
|
|
|
|
MAINTAINER= cyberbotx@cyberbotx.com
|
|
COMMENT= Disk Information Utility
|
|
|
|
MAKE_ENV+= prefix="${PREFIX}"
|
|
|
|
OPTIONS_DEFINE= NLS
|
|
OPTIONS_SUB= yes
|
|
|
|
NLS_USES= gettext
|
|
NLS_MAKE_ENV_OFF= DI_NO_NLS=T
|
|
|
|
post-patch:
|
|
@${REINPLACE_CMD} -e "s|zoneid_t|zoneId_t|g" ${WRKSRC}/C/di.c
|
|
|
|
.include <bsd.port.mk>
|