diff options
author | naddy <naddy@FreeBSD.org> | 2007-07-20 01:55:43 +0800 |
---|---|---|
committer | naddy <naddy@FreeBSD.org> | 2007-07-20 01:55:43 +0800 |
commit | ba33de2e40dbe7364bdfc96e341590d2a9208903 (patch) | |
tree | 8736d2651771cabd3a3859939028a46345be302c /math/calcoo/Makefile | |
parent | f380bc7d6e83e83d0047ebf7ee527bf2d4389444 (diff) | |
download | freebsd-ports-gnome-ba33de2e40dbe7364bdfc96e341590d2a9208903.tar.gz freebsd-ports-gnome-ba33de2e40dbe7364bdfc96e341590d2a9208903.tar.zst freebsd-ports-gnome-ba33de2e40dbe7364bdfc96e341590d2a9208903.zip |
Update to 1.3.17: fixes an unbounded strcpy.
Diffstat (limited to 'math/calcoo/Makefile')
-rw-r--r-- | math/calcoo/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/math/calcoo/Makefile b/math/calcoo/Makefile index f11d06dfc312..6c3789485b16 100644 --- a/math/calcoo/Makefile +++ b/math/calcoo/Makefile @@ -5,11 +5,9 @@ # $FreeBSD$ PORTNAME= calcoo -PORTVERSION= 1.3.16 -PORTREVISION= 2 +PORTVERSION= 1.3.17 CATEGORIES= math -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \ - http://webusers.physics.umn.edu/~kaminski/calcoo/ +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= calcoo MAINTAINER= naddy@FreeBSD.org @@ -17,6 +15,7 @@ COMMENT= RPN and algebraic scientific calculator USE_GNOME= gtk20 pkgconfig GNU_CONFIGURE= yes +CONFIGURE_ARGS= --mandir="${PREFIX}/man" MAN1= calcoo.1 |