diff options
author | ijliao <ijliao@FreeBSD.org> | 2003-05-12 08:56:26 +0000 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2003-05-12 08:56:26 +0000 |
commit | 059025ad7bcb2b5bc3ecb19fb14a0e24ec61e508 (patch) | |
tree | 86a27aef7b27a1c5177a0091a131fe65022857db /editors | |
parent | cb6f2a66c19cc58b81639bbe531c12b923b1d1ec (diff) | |
download | FreeBSD-ports-059025ad7bcb2b5bc3ecb19fb14a0e24ec61e508.zip FreeBSD-ports-059025ad7bcb2b5bc3ecb19fb14a0e24ec61e508.tar.gz |
fix master site
PR: 51932
Submitted by: maintainer
Diffstat (limited to 'editors')
-rw-r--r-- | editors/chexedit/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/editors/chexedit/Makefile b/editors/chexedit/Makefile index 4a26c19..3af8d8d 100644 --- a/editors/chexedit/Makefile +++ b/editors/chexedit/Makefile @@ -8,8 +8,8 @@ PORTNAME= chexedit PORTVERSION= 0.9.7 CATEGORIES= editors -MASTER_SITES= http://ccwf.cc.utexas.edu/~apoc/programs/c/hexedit/ -DISTNAME= hexedit-0.9.7 +MASTER_SITES= http://www.rogoyski.com/adam/programs/hexedit/ +DISTNAME= hexedit-${PORTVERSION} MAINTAINER= roman@xpert.com COMMENT= Full screen text mode Hex editor using the [n]curses library |