diff options
author | wiz <wiz@pkgsrc.org> | 2021-04-21 08:08:07 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2021-04-21 08:08:07 +0000 |
commit | d3cdf0cd01376bee597ab5caee6449bd367acd0a (patch) | |
tree | 4a1bca05fb50c0d15c8b8a9d3e0237d7a7bab933 | |
parent | c210d79e8286bb4d8518d0f19444d13ae73dcd45 (diff) | |
download | pkgsrc-d3cdf0cd01376bee597ab5caee6449bd367acd0a.tar.gz |
ve: remove dead master sites, add github homepage
-rw-r--r-- | editors/ve/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/editors/ve/Makefile b/editors/ve/Makefile index 8b545594ca9..6f10e8f634d 100644 --- a/editors/ve/Makefile +++ b/editors/ve/Makefile @@ -1,12 +1,12 @@ -# $NetBSD: Makefile,v 1.8 2017/01/19 18:52:08 agc Exp $ +# $NetBSD: Makefile,v 1.9 2021/04/21 08:08:07 wiz Exp $ DISTNAME= ve-1.0 CATEGORIES= editors -MASTER_SITES= ftp://freebsd.ntu.edu.tw/FreeBSD/woju/source/ -MASTER_SITES+= ftp://freebsd.csie.nctu.edu.tw/pub/taiwan/NTU/woju/source/ +MASTER_SITES+= # ftp://freebsd.csie.nctu.edu.tw/pub/taiwan/NTU/woju/source/ EXTRACT_SUFX= .tgz MAINTAINER= rxg@NetBSD.org +HOMEPAGE= https://github.com/clamtestbbs/ve COMMENT= NTHU-CS Maple BBS 2.36 BBS-like editor INSTALLATION_DIRS= bin |