aboutsummaryrefslogtreecommitdiff
path: root/editors
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2014-02-03 13:38:57 +0000
committerMartin Wilke <miwi@FreeBSD.org>2014-02-03 13:38:57 +0000
commit500665890f46cc3d531d94aa9fe13c463c0396d0 (patch)
tree0912773634c409a4eb68102509e5596303251822 /editors
parent1631db264b5cad567f2161ae09206b5ecb335cb2 (diff)
downloadports-500665890f46cc3d531d94aa9fe13c463c0396d0.tar.gz
ports-500665890f46cc3d531d94aa9fe13c463c0396d0.zip
Notes
Diffstat (limited to 'editors')
-rw-r--r--editors/bpatch/Makefile5
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>