diff options
Diffstat (limited to 'science/flounder/Makefile')
-rw-r--r-- | science/flounder/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/science/flounder/Makefile b/science/flounder/Makefile index 90db95e..9ec6a57 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> |