diff options
Diffstat (limited to 'editors/hexcurse/Makefile')
-rw-r--r-- | editors/hexcurse/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/editors/hexcurse/Makefile b/editors/hexcurse/Makefile index 1d4bae4032e1..ed5a9d668583 100644 --- a/editors/hexcurse/Makefile +++ b/editors/hexcurse/Makefile @@ -9,9 +9,10 @@ PORTNAME= hexcurse PORTVERSION= 1.55 CATEGORIES= editors -MASTER_SITES= http://www.jewfish.net/downloads/ +MASTER_SITES= DEBIAN +DISTFILES= ${PORTNAME}_${PORTVERSION}.orig -MAINTAINER= ports@FreeBSD.org +MAINTAINER= jadawin@tuxaco.net COMMENT= A versatile ncurses-based hex editor GNU_CONFIGURE= yes |