diff options
author | lwhsu <lwhsu@FreeBSD.org> | 2008-12-25 04:51:30 +0800 |
---|---|---|
committer | lwhsu <lwhsu@FreeBSD.org> | 2008-12-25 04:51:30 +0800 |
commit | ee088549700f1d622b77f42707d397afe233fc74 (patch) | |
tree | c77da63a68db6b16da8d94c3ff410e2bf33def0e /math/stp/Makefile | |
parent | 78e210596a3b6f02252e6127d132b8c0d0308990 (diff) | |
download | freebsd-ports-gnome-ee088549700f1d622b77f42707d397afe233fc74.tar.gz freebsd-ports-gnome-ee088549700f1d622b77f42707d397afe233fc74.tar.zst freebsd-ports-gnome-ee088549700f1d622b77f42707d397afe233fc74.zip |
- Update to 0.1-11-18-2008
Diffstat (limited to 'math/stp/Makefile')
-rw-r--r-- | math/stp/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/math/stp/Makefile b/math/stp/Makefile index 20d8e0b952c2..dbddd764cca0 100644 --- a/math/stp/Makefile +++ b/math/stp/Makefile @@ -8,10 +8,12 @@ PORTNAME= stp DISTVERSIONPREFIX= ver- DISTVERSION= 0.1 -DISTVERSIONSUFFIX= -02-26-2008 +DISTVERSIONSUFFIX= -11-18-2008 +PORTREVISION= 1 CATEGORIES= math MASTER_SITES= SF MASTER_SITE_SUBDIR= stp-fast-prover +EXTRACT_SUFX= .tgz MAINTAINER= lwhsu@FreeBSD.org COMMENT= A Decision Procedure for Bitvectors and Arrays @@ -20,8 +22,6 @@ USE_BISON= build USE_GMAKE= yes USE_PERL5_BUILD= yes -WRKSRC= ${WRKDIR}/stp - PLIST_FILES= bin/stp \ include/stp/c_interface.h \ include/stp/fdstream.h \ |