diff options
author | Chris Piazza <cpiazza@FreeBSD.org> | 2000-05-19 08:21:24 +0000 |
---|---|---|
committer | Chris Piazza <cpiazza@FreeBSD.org> | 2000-05-19 08:21:24 +0000 |
commit | f5313283a84bf4569e5de34c29c207e866f99ee2 (patch) | |
tree | 2bc76ee3106e034e9b97cbf4a16998d9d4a61192 /math/xlispstat/Makefile | |
parent | 07b881cb336746cd07060cb90217f6e8036d6706 (diff) | |
download | ports-f5313283a84bf4569e5de34c29c207e866f99ee2.tar.gz ports-f5313283a84bf4569e5de34c29c207e866f99ee2.zip |
Notes
Diffstat (limited to 'math/xlispstat/Makefile')
-rw-r--r-- | math/xlispstat/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/math/xlispstat/Makefile b/math/xlispstat/Makefile index 9d9e252edd13..d737b4d02c4b 100644 --- a/math/xlispstat/Makefile +++ b/math/xlispstat/Makefile @@ -6,19 +6,19 @@ # PORTNAME= xlispstat -PORTVERSION= 3.52.9 +PORTVERSION= 3.52.18 CATEGORIES= math lang MASTER_SITES= ftp://ftp.stat.umn.edu/pub/xlispstat/current/ \ http://lib.stat.cmu.edu/xlispstat/Src/current/ \ ftp://ftp.stat.unipg.it/pub/stat/xlispstat/current/ \ ftp://srsuna.shlrc.mq.edu.au/pub/xlispstat/current/ \ ftp://statlab.uni-heidelberg.de/pub/mirrors/umn/xlispstat/current/ -DISTNAME= xlispstat-3-52-9 +DISTNAME= ${PORTNAME}-${PORTVERSION:S/./-/g} MAINTAINER= ports@FreeBSD.org USE_XLIB= yes -HAS_CONFIGURE= yes -ALL_TARGET= +GNU_CONFIGURE= yes +ALL_TARGET= ${PORTNAME} .include <bsd.port.mk> |