aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2015-03-28 15:32:50 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2015-03-28 15:32:50 +0000
commit29c5957ae68bcfea232a0c2b7a0566e0e5f5fa72 (patch)
tree4c04aaec5b83988f4efce5baf7dc9d705304c50b
parentb1a97bba245f958ff20aeb48fd1c7b371dc828d4 (diff)
downloadports-29c5957ae68bcfea232a0c2b7a0566e0e5f5fa72.tar.gz
ports-29c5957ae68bcfea232a0c2b7a0566e0e5f5fa72.zip
Notes
-rw-r--r--devel/libstrfunc/Makefile7
1 files changed, 3 insertions, 4 deletions
diff --git a/devel/libstrfunc/Makefile b/devel/libstrfunc/Makefile
index 5c836776c60a..c988d64623a8 100644
--- a/devel/libstrfunc/Makefile
+++ b/devel/libstrfunc/Makefile
@@ -3,7 +3,7 @@
PORTNAME= libstrfunc
PORTVERSION= 8.3
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= devel www
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION} \
http://lionet.info/soft/
@@ -11,11 +11,10 @@ MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION} \
MAINTAINER= vlm@lionet.info
COMMENT= Handles CGI forms, MIME, templates, date conversions, etc
-USES= libtool
+USES= autoreconf libtool
GNU_CONFIGURE= yes
USE_LDCONFIG= yes
-USE_AUTOTOOLS= autoconf aclocal automake libtoolize
-AUTOMAKE_ARGS= --add-missing
CONFIGURE_ARGS= --program-prefix=""
+INSTALL_TARGET= install-strip
.include <bsd.port.mk>