diff options
author | Oliver Lehmann <oliver@FreeBSD.org> | 2005-10-03 23:02:33 +0000 |
---|---|---|
committer | Oliver Lehmann <oliver@FreeBSD.org> | 2005-10-03 23:02:33 +0000 |
commit | 3b91c580fdf309fa5ca0cdf34b730bb37f09a9eb (patch) | |
tree | d30dddad6d149ddbdbe0c082ac7ec14c26da706b | |
parent | a777c25b2b4e030bf86a06da4e441905333121b9 (diff) | |
download | ports-3b91c580fdf309fa5ca0cdf34b730bb37f09a9eb.tar.gz ports-3b91c580fdf309fa5ca0cdf34b730bb37f09a9eb.zip |
fix build on 4
Notes
Notes:
svn path=/head/; revision=144119
-rw-r--r-- | net/skstream/Makefile | 14 | ||||
-rw-r--r-- | net/skstream/pkg-plist | 2 |
2 files changed, 13 insertions, 3 deletions
diff --git a/net/skstream/Makefile b/net/skstream/Makefile index 5f5c6790118d..75cfbf8ca12b 100644 --- a/net/skstream/Makefile +++ b/net/skstream/Makefile @@ -16,9 +16,19 @@ COMMENT= An iostream based C++ socket library USE_GMAKE= yes USE_GNOME= pkgconfig gnomehack -USE_LIBTOOL_VER=15 +USE_GCC= 3.4 +USE_AUTOTOOLS= libtool:15:inc INSTALLS_SHLIB= yes -DOCSDIR= ${PREFIX}/share/doc/${DISTNAME} +post-patch: + @${REINPLACE_CMD} -e 's| install-docdataDATA | |g' ${WRKSRC}/Makefile.in + +post-install: +.if !defined(NOPORTDOCS) + @${MKDIR} ${DOCSDIR} +.for docfile in README COPYING AUTHORS NEWS README.FreeSockets + @${INSTALL_DATA} ${WRKSRC}/${docfile} ${DOCSDIR} +.endfor +.endif .include <bsd.port.mk> diff --git a/net/skstream/pkg-plist b/net/skstream/pkg-plist index f99781ce4f16..3f8d3ef5f437 100644 --- a/net/skstream/pkg-plist +++ b/net/skstream/pkg-plist @@ -1,4 +1,4 @@ -lib/libskstream-0.3.a +lib/libskstream-0.3.la lib/libskstream-0.3.so lib/libskstream-0.3.so.3 libdata/pkgconfig/skstream-0.3.pc |