diff options
author | wiz <wiz@pkgsrc.org> | 2017-09-03 08:36:49 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2017-09-03 08:36:49 +0000 |
commit | d99ff5b1ddd4f5357b0098385052809ba9baaba7 (patch) | |
tree | e2a84f68e77dbe7865813a025397d0b883ae5cec /net/ns | |
parent | 214095554a40171225b6b1310485e06aea975e57 (diff) | |
download | pkgsrc-d99ff5b1ddd4f5357b0098385052809ba9baaba7.tar.gz |
Comment out dead MASTER_SITES/HOMEPAGEs.
Diffstat (limited to 'net/ns')
-rw-r--r-- | net/ns/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/ns/Makefile b/net/ns/Makefile index ee895f03eb8..d454b4a0b5a 100644 --- a/net/ns/Makefile +++ b/net/ns/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.47 2016/07/09 06:38:44 wiz Exp $ +# $NetBSD: Makefile,v 1.48 2017/09/03 08:36:57 wiz Exp $ DISTNAME= ns-src-2.35 PKGNAME= ns-2.35 @@ -7,7 +7,7 @@ CATEGORIES= net MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=nsnam/} MAINTAINER= minskim@NetBSD.org -HOMEPAGE= http://nsnam.isi.edu/nsnam/ +#HOMEPAGE= http://nsnam.isi.edu/nsnam/ COMMENT= The UCB/LBNL Network Simulator Version 2 WRKSRC= ${WRKDIR}/${PKGNAME_NOREV} |