aboutsummaryrefslogtreecommitdiff
path: root/textproc/randlm
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2015-03-29 16:07:24 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2015-03-29 16:07:24 +0000
commit50f6721730d8bdac68c6bbcd872502141a06a13d (patch)
tree72cb2b98db178b6b56380e4e083be1be3c8d4279 /textproc/randlm
parentb0ae423ec8d75c993bc613b7a5b3be8e63a39bda (diff)
downloadports-50f6721730d8bdac68c6bbcd872502141a06a13d.tar.gz
ports-50f6721730d8bdac68c6bbcd872502141a06a13d.zip
Convert to USES=autoreconf
Strip binaries
Notes
Notes: svn path=/head/; revision=382608
Diffstat (limited to 'textproc/randlm')
-rw-r--r--textproc/randlm/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/textproc/randlm/Makefile b/textproc/randlm/Makefile
index 7bbe3df36c0b..2df1b844efd1 100644
--- a/textproc/randlm/Makefile
+++ b/textproc/randlm/Makefile
@@ -3,6 +3,7 @@
PORTNAME= randlm
PORTVERSION= 0.2.5
+PORTREVISION= 1
CATEGORIES= textproc
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR=${PORTNAME}
@@ -16,13 +17,13 @@ RUN_DEPENDS= ${LOCALBASE}/include/google/sparse_hash_map:${PORTSDIR}/devel/googl
GNU_CONFIGURE= yes
USE_PERL5= run
-USE_AUTOTOOLS= libtoolize aclocal autoconf automake
-AUTOMAKE_ARGS= --add-missing
USE_LDCONFIG= yes
-USES= libtool compiler:c++11-lang
+USES= autoreconf libtool compiler:c++11-lang
+GNU_CONFIGURE= yes
MAKE_JOBS_UNSAFE=yes
CXXFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
+INSTALL_TARGET= install-strip
post-patch:
cd ${WRKSRC}/hadoop && ${MV} strings.cpp strings.cc && ${MV} strings.h s.h