diff options
author | Ade Lovett <ade@FreeBSD.org> | 2006-02-23 10:40:44 +0000 |
---|---|---|
committer | Ade Lovett <ade@FreeBSD.org> | 2006-02-23 10:40:44 +0000 |
commit | 8503536d3896846d823f7f76be54e0a99da8d8b6 (patch) | |
tree | 1a89e4038216ead71b008f2a5091474964e1c341 /devel/libstrfunc | |
parent | c20d04e3929dbe1763fc1dfaaa677c2353cd7883 (diff) | |
download | ports-8503536d3896846d823f7f76be54e0a99da8d8b6.tar.gz ports-8503536d3896846d823f7f76be54e0a99da8d8b6.zip |
Notes
Diffstat (limited to 'devel/libstrfunc')
-rw-r--r-- | devel/libstrfunc/Makefile | 2 | ||||
-rw-r--r-- | devel/libstrfunc/pkg-plist | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/devel/libstrfunc/Makefile b/devel/libstrfunc/Makefile index a487df609721..1af8a90aa166 100644 --- a/devel/libstrfunc/Makefile +++ b/devel/libstrfunc/Makefile @@ -7,6 +7,7 @@ PORTNAME= libstrfunc PORTVERSION= 8.2 +PORTREVISION= 1 CATEGORIES= devel www MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -16,7 +17,6 @@ COMMENT= Handles CGI forms, MIME, templates, date conversions, etc INSTALLS_SHLIB= yes USE_AUTOTOOLS= libtool:15 -GNU_CONFIGURE= yes CONFIGURE_ARGS= --program-prefix="" MAN3= \ diff --git a/devel/libstrfunc/pkg-plist b/devel/libstrfunc/pkg-plist index a4541a03eb64..21f9b112a18f 100644 --- a/devel/libstrfunc/pkg-plist +++ b/devel/libstrfunc/pkg-plist @@ -15,5 +15,6 @@ include/sf_sed.h include/sf_mime.h include/sf_time.h lib/libstrfunc.a +lib/libstrfunc.la lib/libstrfunc.so lib/libstrfunc.so.9 |