diff options
author | ijliao <ijliao@FreeBSD.org> | 2003-05-12 16:56:26 +0800 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2003-05-12 16:56:26 +0800 |
commit | 059025ad7bcb2b5bc3ecb19fb14a0e24ec61e508 (patch) | |
tree | 86a27aef7b27a1c5177a0091a131fe65022857db /editors | |
parent | cb6f2a66c19cc58b81639bbe531c12b923b1d1ec (diff) | |
download | freebsd-ports-gnome-059025ad7bcb2b5bc3ecb19fb14a0e24ec61e508.tar.gz freebsd-ports-gnome-059025ad7bcb2b5bc3ecb19fb14a0e24ec61e508.tar.zst freebsd-ports-gnome-059025ad7bcb2b5bc3ecb19fb14a0e24ec61e508.zip |
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 4a26c1966ae0..3af8d8d65dc9 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 |