diff options
Diffstat (limited to 'math')
-rw-r--r-- | math/cln/Makefile | 6 | ||||
-rw-r--r-- | math/cln/distinfo | 2 |
2 files changed, 5 insertions, 3 deletions
diff --git a/math/cln/Makefile b/math/cln/Makefile index 108a90b..7f1ff22 100644 --- a/math/cln/Makefile +++ b/math/cln/Makefile @@ -7,7 +7,7 @@ # PORTNAME= cln -PORTVERSION= 1.1.1 +PORTVERSION= 1.1.2 CATEGORIES= math devel MASTER_SITES= ftp://ftp.ilog.fr/pub/Users/haible/gnu/ \ ftp://ftp.santafe.edu/pub/gnu/ \ @@ -20,9 +20,11 @@ CONFIGURE_ARGS= --datadir=${PREFIX}/share/cln --infodir=${PREFIX}/info \ --mandir=${PREFIX}/man USE_GMAKE= yes - INSTALLS_SHLIB= yes MAN1= cln-config.1 +pre-build: + @(cd ${WRKSRC} ; ${LN} -s ${LOCALBASE}/bin/libtool .) + .include <bsd.port.mk> diff --git a/math/cln/distinfo b/math/cln/distinfo index b129684..e1947e0 100644 --- a/math/cln/distinfo +++ b/math/cln/distinfo @@ -1 +1 @@ -MD5 (cln-1.1.1.tar.gz) = 65bb2a005ab337cd781733be4cb3d088 +MD5 (cln-1.1.2.tar.gz) = e7de13fc3b13262bb20e642806381943 |