aboutsummaryrefslogtreecommitdiff
path: root/misc/findutils/Makefile
diff options
context:
space:
mode:
authorWilliam Grzybowski <wg@FreeBSD.org>2013-09-25 12:53:25 +0000
committerWilliam Grzybowski <wg@FreeBSD.org>2013-09-25 12:53:25 +0000
commite28a7d3dc7c0ad31070522cfea5b943760a6b26b (patch)
tree53986096ec465abf800c27cdc1317272a117fe45 /misc/findutils/Makefile
parentde79c3ff326ce9a7055f07782cb59da607f3e557 (diff)
downloadports-e28a7d3dc7c0ad31070522cfea5b943760a6b26b.tar.gz
ports-e28a7d3dc7c0ad31070522cfea5b943760a6b26b.zip
misc/findutils: update to 4.5.12
- Update to 4.5.12 [1] - USES gmake - Allow staging - Use options helpers and drop include PR: ports/182359 [1] Submitted by: Klaus Aehlig <aehlig linta.de> (maintainer) [1]
Notes
Notes: svn path=/head/; revision=328281
Diffstat (limited to 'misc/findutils/Makefile')
-rw-r--r--misc/findutils/Makefile25
1 files changed, 6 insertions, 19 deletions
diff --git a/misc/findutils/Makefile b/misc/findutils/Makefile
index 9d940d86ef92..2c703dd8ae9a 100644
--- a/misc/findutils/Makefile
+++ b/misc/findutils/Makefile
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= findutils
-PORTVERSION= 4.5.11
+PORTVERSION= 4.5.12
CATEGORIES= misc
MASTER_SITES= ${MASTER_SITE_GNU_ALPHA}
MASTER_SITE_SUBDIR= findutils
@@ -12,31 +12,18 @@ EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX}
MAINTAINER= aehlig@linta.de
COMMENT= GNU find utilities
-USES+= charsetfix
+USES+= charsetfix gmake
SIG_FILES= ${DISTNAME}${EXTRACT_SUFX}.sig
GNU_CONFIGURE= yes
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
-
-USE_GMAKE= yes
-
-NO_STAGE= yes
-.include <bsd.port.options.mk>
-
-.if ${PORT_OPTIONS:MNLS}
-USES+= gettext
-PLIST_SUB+= NLS=""
-.else
-CONFIGURE_ARGS+= --disable-nls
-PLIST_SUB+= NLS="@comment "
-.endif
-
CONFIGURE_ARGS+= --program-prefix=g --localstatedir=${LOCALSTATEDIR}
MAKE_ARGS= INSTALL_SCRIPT="${INSTALL_SCRIPT}"
-INFO= find find-maint
-MAN1= gfind.1 gxargs.1 glocate.1 gupdatedb.1 goldfind.1
-MAN5= glocatedb.5
+OPTIONS_DEFINE= NLS
+OPTIONS_SUB= yes
+NLS_CONFIGURE_ENABLE= nls
+NLS_USES= gettext
LOCALSTATEDIR?= /var/db