diff options
author | miwi <miwi@FreeBSD.org> | 2014-02-03 21:38:57 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2014-02-03 21:38:57 +0800 |
commit | c75aaae3045d5696bcb7f2e1ac4a551d95668307 (patch) | |
tree | 0912773634c409a4eb68102509e5596303251822 /editors/bpatch | |
parent | 0a380c11d188ebee8967a868340b635b16a8892f (diff) | |
download | freebsd-ports-gnome-c75aaae3045d5696bcb7f2e1ac4a551d95668307.tar.gz freebsd-ports-gnome-c75aaae3045d5696bcb7f2e1ac4a551d95668307.tar.zst freebsd-ports-gnome-c75aaae3045d5696bcb7f2e1ac4a551d95668307.zip |
- Stage support
Diffstat (limited to 'editors/bpatch')
-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> |