diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2015-03-28 15:32:50 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2015-03-28 15:32:50 +0000 |
commit | 29c5957ae68bcfea232a0c2b7a0566e0e5f5fa72 (patch) | |
tree | 4c04aaec5b83988f4efce5baf7dc9d705304c50b | |
parent | b1a97bba245f958ff20aeb48fd1c7b371dc828d4 (diff) | |
download | ports-29c5957ae68bcfea232a0c2b7a0566e0e5f5fa72.tar.gz ports-29c5957ae68bcfea232a0c2b7a0566e0e5f5fa72.zip |
Notes
-rw-r--r-- | devel/libstrfunc/Makefile | 7 |
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> |