diff options
author | vs <vs@FreeBSD.org> | 2005-11-23 16:13:07 +0800 |
---|---|---|
committer | vs <vs@FreeBSD.org> | 2005-11-23 16:13:07 +0800 |
commit | ffcdf57fa05a7181920bc7612d5c1d09d66468b1 (patch) | |
tree | d54b29d56017aa7079c9ed0e63a807aeff032c4d /editors/chexedit/Makefile | |
parent | 514103b1333c3276a99deced469e6f18f7f1dc09 (diff) | |
download | freebsd-ports-gnome-ffcdf57fa05a7181920bc7612d5c1d09d66468b1.tar.gz freebsd-ports-gnome-ffcdf57fa05a7181920bc7612d5c1d09d66468b1.tar.zst freebsd-ports-gnome-ffcdf57fa05a7181920bc7612d5c1d09d66468b1.zip |
- Remove WWW on pkg-descr, this site doesn't exist anymore. [1]
- Added SHA256 on distinfo. [1]
- USE_GETOPT_LONG instead of internal copy while here
PR: ports/89431 [1]
Submitted by: Jean Milanez Melo
Diffstat (limited to 'editors/chexedit/Makefile')
-rw-r--r-- | editors/chexedit/Makefile | 1 |
1 files changed, 1 insertions, 0 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 |