svn commit: r381547 - head/misc/findutils
Bartek Rutkowski
robak at FreeBSD.org
Wed Mar 18 13:05:01 UTC 2015
Author: robak
Date: Wed Mar 18 13:05:00 2015
New Revision: 381547
URL: https://svnweb.freebsd.org/changeset/ports/381547
QAT: https://qat.redports.org/buildarchive/r381547/
Log:
misc/findutils: add CPE information
PR: 198468
Submitted by: Shun <shun.fbsd.pr at dropcut.net>
Approved by: maintainer
Modified:
head/misc/findutils/Makefile
Modified: head/misc/findutils/Makefile
==============================================================================
--- head/misc/findutils/Makefile Wed Mar 18 13:04:54 2015 (r381546)
+++ head/misc/findutils/Makefile Wed Mar 18 13:05:00 2015 (r381547)
@@ -12,7 +12,7 @@ EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX}
MAINTAINER= aehlig at linta.de
COMMENT= GNU find utilities
-USES+= charsetfix gmake
+USES+= charsetfix cpe gmake
SIG_FILES= ${DISTNAME}${EXTRACT_SUFX}.sig
GNU_CONFIGURE= yes
CPPFLAGS+= -I${LOCALBASE}/include
@@ -20,6 +20,8 @@ LDFLAGS+= -L${LOCALBASE}/lib
CONFIGURE_ARGS+= --program-prefix=g --localstatedir=${LOCALSTATEDIR}
MAKE_ARGS= INSTALL_SCRIPT="${INSTALL_SCRIPT}"
+CPE_VENDOR= gnu
+
OPTIONS_DEFINE= NLS
OPTIONS_SUB= yes
NLS_CONFIGURE_ENABLE= nls
More information about the svn-ports-all
mailing list