diff options
Diffstat (limited to 'devel/libol')
-rw-r--r-- | devel/libol/Makefile | 8 | ||||
-rw-r--r-- | devel/libol/pkg-plist | 3 |
2 files changed, 8 insertions, 3 deletions
diff --git a/devel/libol/Makefile b/devel/libol/Makefile index d04f4c978d6b..82fb32b540ae 100644 --- a/devel/libol/Makefile +++ b/devel/libol/Makefile @@ -3,14 +3,20 @@ PORTNAME= libol PORTVERSION= 0.3.18 +PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= http://www.balabit.com/downloads/files/libol/0.3/ MAINTAINER= ports@FreeBSD.org COMMENT= Library needed by syslog-ng -USE_AUTOTOOLS= libtool +USES= libtool GNU_CONFIGURE= yes +INSTALL_TARGET= install-strip USE_LDCONFIG= yes +# depends on scsh which is severily broken +post-install: + ${RM} ${STAGEDIR}${PREFIX}/bin/make_class + .include <bsd.port.mk> diff --git a/devel/libol/pkg-plist b/devel/libol/pkg-plist index 0fb426648016..aa9b3b166d86 100644 --- a/devel/libol/pkg-plist +++ b/devel/libol/pkg-plist @@ -1,5 +1,4 @@ bin/libol-config -bin/make_class include/libol/abstract_io.h include/libol/abstract_io.h.x include/libol/alist.h @@ -30,7 +29,7 @@ include/libol/stream_buffer.h include/libol/werror.h include/libol/xalloc.h lib/libol.a -lib/libol.la lib/libol.so lib/libol.so.0 +lib/libol.so.0.0.0 @dirrm include/libol |