diff options
author | Sergei Kolobov <sergei@FreeBSD.org> | 2003-12-10 15:49:06 +0000 |
---|---|---|
committer | Sergei Kolobov <sergei@FreeBSD.org> | 2003-12-10 15:49:06 +0000 |
commit | 36e975e5f9b21379188c1ed534f1ef65f6ab8fe3 (patch) | |
tree | ececa03e5ff84c79d1530d73f7c584c116b8ac02 /net/whatmask | |
parent | Add -fPIC to CXXFLAGS, attempt to fix build on IA64 (diff) |
- Unbreak fetching
PR: 60062
Submitted by: Daniel Rudy <dcrudy@pacbell.net>
Diffstat (limited to 'net/whatmask')
-rw-r--r-- | net/whatmask/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/net/whatmask/Makefile b/net/whatmask/Makefile index 665ad270eeba..bea4a0e178ae 100644 --- a/net/whatmask/Makefile +++ b/net/whatmask/Makefile @@ -1,4 +1,3 @@ -# ex:ts=8 # New ports collection makefile for: whatmask # Date created: May 20, 2001 # Whom: ijliao @@ -9,7 +8,7 @@ PORTNAME= whatmask PORTVERSION= 1.2 CATEGORIES= net -MASTER_SITES= http://moog.laffeycomputer.com:8080/ +MASTER_SITES= http://downloads.laffeycomputer.com/current_builds/whatmask/ MAINTAINER= ports@FreeBSD.org COMMENT= Easily convert between three common subnet mask notations |