diff options
-rw-r--r-- | editors/hexedit/Makefile | 9 | ||||
-rw-r--r-- | editors/hexedit/pkg-descr | 2 |
2 files changed, 5 insertions, 6 deletions
diff --git a/editors/hexedit/Makefile b/editors/hexedit/Makefile index 0a4dde5fdd2a..8e15b23a9f46 100644 --- a/editors/hexedit/Makefile +++ b/editors/hexedit/Makefile @@ -9,11 +9,10 @@ PORTNAME= hexedit PORTVERSION= 1.2.1 CATEGORIES= editors -MASTER_SITES= http://www.chez.com/prigaux/ \ - ${MASTER_SITE_LOCAL} \ - ${MASTER_SITE_SUNSITE} -MASTER_SITE_SUBDIR= utils/file/hex,obrien -EXTRACT_SUFX= .src.tgz +MASTER_SITES= http://merd.net/pixel/ \ + ${MASTER_SITE_LOCAL:S/$/:local/} +MASTER_SITE_SUBDIR= obrien/:local +DISTFILES= ${DISTNAME}.src.tgz:DEFAULT,local MAINTAINER= obrien@FreeBSD.org COMMENT= View and edit files in hexadecimal or ASCII diff --git a/editors/hexedit/pkg-descr b/editors/hexedit/pkg-descr index eab3c625789d..62c431280ec6 100644 --- a/editors/hexedit/pkg-descr +++ b/editors/hexedit/pkg-descr @@ -5,4 +5,4 @@ You can modify the file and search through it. You have also copy&paste, and save to file functions. Modifications are shown in bold. -WWW: http://www.chez.com/prigaux/hexedit.html +WWW: http://merd.sourceforge.net/pixel/ |