diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2004-05-18 19:04:32 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2004-05-18 19:04:32 +0000 |
commit | 0f5d5158b75ef2ac11f0f1ba0881a1bd5144dfba (patch) | |
tree | 1e707210514a618de65019499a6bfe6d9d7529dc /editors/chexedit | |
parent | a3244d5e820855ea82a61f4c3d4fc6fe8744dde3 (diff) | |
download | ports-0f5d5158b75ef2ac11f0f1ba0881a1bd5144dfba.tar.gz ports-0f5d5158b75ef2ac11f0f1ba0881a1bd5144dfba.zip |
Notes
Diffstat (limited to 'editors/chexedit')
-rw-r--r-- | editors/chexedit/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/chexedit/Makefile b/editors/chexedit/Makefile index ba51604d0186..4b84636984b2 100644 --- a/editors/chexedit/Makefile +++ b/editors/chexedit/Makefile @@ -15,6 +15,7 @@ MAINTAINER= ports@oven.org COMMENT= Full screen text mode Hex editor using the [n]curses library GNU_CONFIGURE= yes +PLIST_FILES= bin/chexedit MAN1= chexedit.1 @@ -23,4 +24,3 @@ do-install: ${INSTALL_MAN} ${WRKSRC}/docs/hexedit.1 ${PREFIX}/man/man1/chexedit.1 .include <bsd.port.mk> -PLIST_FILES= bin/chexedit |