Change PFRAG.shared ldconfig invocation(s) to

DYNLIBDIR() invocations.

Bump NEED_VERSION to 1.310 so DYNLIBDIR() works.

As requested by espie@
This commit is contained in:
krw 2000-07-04 00:34:05 +00:00
parent 472efe57bb
commit 644386fedf
2 changed files with 4 additions and 5 deletions

View File

@ -1,8 +1,8 @@
# $OpenBSD: Makefile,v 1.4 2000/06/29 21:12:23 jakob Exp $
# $OpenBSD: Makefile,v 1.5 2000/07/04 00:37:14 krw Exp $
DISTNAME= rrdtool-1.0.24
CATEGORIES= net
NEED_VERSION= 1.309
NEED_VERSION= 1.310
HOMEPAGE= http://ee-staff.ethz.ch/~oetiker/webtools/rrdtool/
MAINTAINER= danh@nfol.com

View File

@ -1,5 +1,4 @@
@comment $OpenBSD: PFRAG.shared,v 1.3 2000/06/29 21:12:25 jakob Exp $
@comment $OpenBSD: PFRAG.shared,v 1.4 2000/07/04 00:34:05 krw Exp $
lib/librrd.so.0.0
%%tcl%%
@exec [ ! -x /sbin/ldconfig ] || /sbin/ldconfig -m %D/lib
@unexec [ ! -x /sbin/ldconfig ] || /sbin/ldconfig -m %D/lib
DYNLIBDIR(%D/lib)