diff options
author | pav <pav@FreeBSD.org> | 2006-05-27 02:24:29 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2006-05-27 02:24:29 +0800 |
commit | 104a8af04e716a645b5b0378aa0410576ac44a72 (patch) | |
tree | 40b610ffca4714cb5cc8c47ba3c3c63b6b5e38a0 /science | |
parent | 8eeafb244b843e6759563e834f9342f81ab1cbaf (diff) | |
download | freebsd-ports-graphics-104a8af04e716a645b5b0378aa0410576ac44a72.tar.gz freebsd-ports-graphics-104a8af04e716a645b5b0378aa0410576ac44a72.tar.zst freebsd-ports-graphics-104a8af04e716a645b5b0378aa0410576ac44a72.zip |
- Update MASTER_SITES, WWW
- Portlint
PR: ports/97835
Submitted by: Martin Wilke <freebsd@unixfreunde.de>
Diffstat (limited to 'science')
-rw-r--r-- | science/flounder/Makefile | 4 | ||||
-rw-r--r-- | science/flounder/pkg-descr | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/science/flounder/Makefile b/science/flounder/Makefile index 90db95e1739..9ec6a57ac75 100644 --- a/science/flounder/Makefile +++ b/science/flounder/Makefile @@ -10,7 +10,7 @@ PORTNAME= flounder PORTVERSION= 0.40 PORTREVISION= 3 CATEGORIES= science -MASTER_SITES= http://www.enel.ucalgary.ca/~vigmond/flounder/ +MASTER_SITES= http://www2.enel.ucalgary.ca/~vigmond/flounder/ EXTRACT_SUFX= .tgz MAINTAINER= ports@FreeBSD.org @@ -46,7 +46,7 @@ CONFIGURE_ARGS+= --enable-grace .include <bsd.port.pre.mk> .if ${ARCH} == "alpha" -BROKEN= "Does not compile on alpha" +BROKEN= Does not compile on alpha .endif .include <bsd.port.post.mk> diff --git a/science/flounder/pkg-descr b/science/flounder/pkg-descr index a027e1b3604..20441134b5f 100644 --- a/science/flounder/pkg-descr +++ b/science/flounder/pkg-descr @@ -18,4 +18,4 @@ Features - Tableau plots - Adjustable colours and font -WWW: http://www.enel.ucalgary.ca/~vigmond/flounder/ +WWW: http://www2.enel.ucalgary.ca/~vigmond/flounder/ |