diff options
Diffstat (limited to 'editors')
-rw-r--r-- | editors/chexedit/Makefile | 5 | ||||
-rw-r--r-- | editors/hnb/Makefile | 2 |
2 files changed, 4 insertions, 3 deletions
diff --git a/editors/chexedit/Makefile b/editors/chexedit/Makefile index 55995fc75455..0d3e81e45ae0 100644 --- a/editors/chexedit/Makefile +++ b/editors/chexedit/Makefile @@ -8,10 +8,11 @@ PORTNAME= chexedit PORTVERSION= 0.9.7 CATEGORIES= editors -MASTER_SITES= http://www.rogoyski.com/adam/programs/hexedit/ +MASTER_SITES= http://www.rogoyski.com/adam/programs/hexedit/ \ + http://www.amdmi3.ru/distfiles/ DISTNAME= hexedit-${PORTVERSION} -MAINTAINER= amdmi3@mail.ru +MAINTAINER= amdmi3@amdmi3.ru COMMENT= Full screen text mode Hex editor using the [n]curses library GNU_CONFIGURE= yes diff --git a/editors/hnb/Makefile b/editors/hnb/Makefile index 60594beb4a41..fe95f66db07c 100644 --- a/editors/hnb/Makefile +++ b/editors/hnb/Makefile @@ -12,7 +12,7 @@ CATEGORIES= editors MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} -MAINTAINER= amdmi3@mail.ru +MAINTAINER= amdmi3@amdmi3.ru COMMENT= Hierarchical NoteBook a data organizer WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}/src |