diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2005-10-13 05:37:32 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2005-10-13 05:37:32 +0000 |
commit | 5d6782e8fe2dff275b4bf2a26eb667fa84585c0f (patch) | |
tree | fe9dac4fb56cb05b43d9b6ed65b38c5c35832c4f /editors | |
parent | 12568b2d39df22659f7174b4d9406520b3b85f05 (diff) |
Notes
Diffstat (limited to 'editors')
-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/ |