diff --git a/misc/findutils/Makefile b/misc/findutils/Makefile index ce92b27eeeb0..17e2c8b4d547 100644 --- a/misc/findutils/Makefile +++ b/misc/findutils/Makefile @@ -1,30 +1,30 @@ PORTNAME= findutils -PORTVERSION= 4.9.0 +DISTVERSION= 4.9.0 CATEGORIES= misc MASTER_SITES= GNU -MAINTAINER= aehlig@linta.de +MAINTAINER= Robert Clausecker COMMENT= GNU find utilities WWW= https://www.gnu.org/software/findutils/ LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/COPYING USES= charsetfix cpe gmake localbase tar:xz CPE_VENDOR= gnu GNU_CONFIGURE= yes -CONFIGURE_ARGS+= --program-prefix=g --localstatedir=${LOCALSTATEDIR} +CONFIGURE_ARGS= --program-prefix=g --localstatedir=${LOCALSTATEDIR} MAKE_ARGS= INSTALL_SCRIPT="${INSTALL_SCRIPT}" INFO= find find-maint OPTIONS_DEFINE= NLS OPTIONS_SUB= yes NLS_USES= gettext NLS_CONFIGURE_ENABLE= nls LOCALSTATEDIR?= /var/db .include