diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2014-02-03 13:38:57 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2014-02-03 13:38:57 +0000 |
commit | 500665890f46cc3d531d94aa9fe13c463c0396d0 (patch) | |
tree | 0912773634c409a4eb68102509e5596303251822 /editors | |
parent | 1631db264b5cad567f2161ae09206b5ecb335cb2 (diff) | |
download | ports-500665890f46cc3d531d94aa9fe13c463c0396d0.tar.gz ports-500665890f46cc3d531d94aa9fe13c463c0396d0.zip |
Notes
Diffstat (limited to 'editors')
-rw-r--r-- | editors/bpatch/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/editors/bpatch/Makefile b/editors/bpatch/Makefile index 99599c3288c7..a547dc0b4a6f 100644 --- a/editors/bpatch/Makefile +++ b/editors/bpatch/Makefile @@ -11,9 +11,8 @@ DISTNAME= ${PORTNAME} MAINTAINER= joerg@FreeBSD.org COMMENT= A hex editor that doesn't load the whole file at once -MAN1= bpatch.1 NO_WRKSUBDIR= yes -PLIST_FILES= bin/bpatch +PLIST_FILES= bin/bpatch \ + man/man1/bpatch.1.gz -NO_STAGE= yes .include <bsd.port.mk> |