diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2001-09-08 07:29:19 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2001-09-08 07:29:19 +0000 |
commit | f0c7e3b0e43f157e7bef673d071ba2caadc91bb0 (patch) | |
tree | 2dd91710af5ceb138c9b37d62c670806b1c4ed64 /math/cln/Makefile | |
parent | Catch up to recent -current. (diff) |
upgrade to 1.1.2
Submitted by: fenner's log
Notes
Notes:
svn path=/head/; revision=47530
Diffstat (limited to 'math/cln/Makefile')
-rw-r--r-- | math/cln/Makefile | 6 |
1 files changed, 4 insertions, 2 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> |