diff options
author | ijliao <ijliao@FreeBSD.org> | 2001-09-08 15:29:19 +0800 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2001-09-08 15:29:19 +0800 |
commit | ca664cc6480e22500eccca6f1b894c60d6a1be53 (patch) | |
tree | 60609bb55aa73f921c18c944e30a795332275123 /math | |
parent | 230102ed231fa9b825a02f77280f7b6baa0a81c4 (diff) | |
download | freebsd-ports-gnome-ca664cc6480e22500eccca6f1b894c60d6a1be53.tar.gz freebsd-ports-gnome-ca664cc6480e22500eccca6f1b894c60d6a1be53.tar.zst freebsd-ports-gnome-ca664cc6480e22500eccca6f1b894c60d6a1be53.zip |
upgrade to 1.1.2
Submitted by: fenner's log
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 108a90bdc7dd..7f1ff22072a0 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 b12968498b09..e1947e03ed8d 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 |