diff options
author | David E. O'Brien <obrien@FreeBSD.org> | 2004-01-05 07:58:01 +0000 |
---|---|---|
committer | David E. O'Brien <obrien@FreeBSD.org> | 2004-01-05 07:58:01 +0000 |
commit | 6ec45e8747e593a680c9c22a3b21d0eb4771a10f (patch) | |
tree | 4b0841c3763ccddc687ceceb69e10af3dcddaf8f /editors/hexedit/Makefile | |
parent | a727c310f09da7c6264836a09f051c8c028d6966 (diff) |
Notes
Diffstat (limited to 'editors/hexedit/Makefile')
-rw-r--r-- | editors/hexedit/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/editors/hexedit/Makefile b/editors/hexedit/Makefile index 67e13693ab3a..0a4dde5fdd2a 100644 --- a/editors/hexedit/Makefile +++ b/editors/hexedit/Makefile @@ -10,8 +10,9 @@ 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 +MASTER_SITE_SUBDIR= utils/file/hex,obrien EXTRACT_SUFX= .src.tgz MAINTAINER= obrien@FreeBSD.org |