Index: Makefile =================================================================== --- Makefile (revision 357539) +++ Makefile (working copy) @@ -3,16 +3,19 @@ PORTNAME= libstrfunc PORTVERSION= 8.3 +PORTREVISION= 1 CATEGORIES= devel www MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION} \ http://lionet.info/soft/ - MAINTAINER= vlm@lionet.info COMMENT= Handles CGI forms, MIME, templates, date conversions, etc +USES= libtool +GNU_CONFIGURE= yes USE_LDCONFIG= yes -USE_AUTOTOOLS= libtool +USE_AUTOTOOLS= autoconf aclocal automake libtoolize +AUTOMAKE_ARGS= --add-missing CONFIGURE_ARGS= --program-prefix="" .include Index: pkg-plist =================================================================== --- pkg-plist (revision 357539) +++ pkg-plist (working copy) @@ -15,9 +15,9 @@ include/sf_mime.h include/sf_time.h lib/libstrfunc.a -lib/libstrfunc.la lib/libstrfunc.so lib/libstrfunc.so.9 +lib/libstrfunc.so.9.0.1 man/man3/adjFILEpos.3.gz man/man3/adjfdpos.3.gz man/man3/base64_decode.3.gz --- libstrfunc-8.3.patch ends here ---