diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2003-05-12 08:56:26 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2003-05-12 08:56:26 +0000 |
commit | cc224af8e4d8ec5ae6ccd0fd33fea5867286518e (patch) | |
tree | afa8a97bea874aa2fa773ece627abb9da0cbc91d /editors/chexedit | |
parent | 4304efd0471209162630c37bfcd8554f02e3b2ad (diff) | |
download | ports-cc224af8e4d8ec5ae6ccd0fd33fea5867286518e.tar.gz ports-cc224af8e4d8ec5ae6ccd0fd33fea5867286518e.zip |
Notes
Diffstat (limited to 'editors/chexedit')
-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 |