diff options
author | Volker Stolz <vs@FreeBSD.org> | 2005-11-23 08:13:07 +0000 |
---|---|---|
committer | Volker Stolz <vs@FreeBSD.org> | 2005-11-23 08:13:07 +0000 |
commit | a93c7ed05b126630aca76a90f40fea9ed4c9c63c (patch) | |
tree | cab161cbb7deb8f00e186fe807ea38f12abb8794 /editors/chexedit | |
parent | 981a2dd3513a320ad4d3a3ee519f46c3ae732396 (diff) |
Notes
Diffstat (limited to 'editors/chexedit')
-rw-r--r-- | editors/chexedit/Makefile | 1 | ||||
-rw-r--r-- | editors/chexedit/distinfo | 1 | ||||
-rw-r--r-- | editors/chexedit/pkg-descr | 2 |
3 files changed, 2 insertions, 2 deletions
diff --git a/editors/chexedit/Makefile b/editors/chexedit/Makefile index a902a748fbf4..a806c0116a5c 100644 --- a/editors/chexedit/Makefile +++ b/editors/chexedit/Makefile @@ -15,6 +15,7 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Full screen text mode Hex editor using the [n]curses library GNU_CONFIGURE= yes +USE_GETOPT_LONG=yes PLIST_FILES= bin/chexedit MAN1= chexedit.1 diff --git a/editors/chexedit/distinfo b/editors/chexedit/distinfo index b5bc7679400c..a6bff22efb5e 100644 --- a/editors/chexedit/distinfo +++ b/editors/chexedit/distinfo @@ -1,2 +1,3 @@ MD5 (hexedit-0.9.7.tar.gz) = 2658b81ab1bd0813c0117e9459071c13 +SHA256 (hexedit-0.9.7.tar.gz) = 3d15ab33dae9014180cc3d54636aaab4d9c88257f7a2d1cfda490d1bfa6e043a SIZE (hexedit-0.9.7.tar.gz) = 165110 diff --git a/editors/chexedit/pkg-descr b/editors/chexedit/pkg-descr index 2993e84f773f..bfe8d3710fff 100644 --- a/editors/chexedit/pkg-descr +++ b/editors/chexedit/pkg-descr @@ -14,6 +14,4 @@ times when this is ideal: * Any place you might use od(1) but need more power. Compare more vs less. -WWW: http://ccwf.cc.utexas.edu/~apoc/programs/c/hexedit/ - Roman Shterenzon <roman@xpert.com> |