aboutsummaryrefslogtreecommitdiff
path: root/editors
diff options
context:
space:
mode:
authorNuno Teixeira <eduardo@FreeBSD.org>2024-03-07 09:45:21 +0000
committerNuno Teixeira <eduardo@FreeBSD.org>2024-03-07 09:47:34 +0000
commit20f38e8ce3b34ce2563bcb4438e5c62de2e8c63a (patch)
tree17b93399dc43cf24e550e35da4665ba863fcdf0a /editors
parent3d7f8f85b3c011c231d78ce935ef815eae871928 (diff)
downloadports-20f38e8ce3b34ce2563bcb4438e5c62de2e8c63a.tar.gz
ports-20f38e8ce3b34ce2563bcb4438e5c62de2e8c63a.zip
editors/bpatch: Move man pages to share/man
Approved by: portmgr (blanket)
Diffstat (limited to 'editors')
-rw-r--r--editors/bpatch/Makefile4
-rw-r--r--editors/bpatch/files/patch-Makefile2
2 files changed, 3 insertions, 3 deletions
diff --git a/editors/bpatch/Makefile b/editors/bpatch/Makefile
index b987dc7bee49..1572c298450f 100644
--- a/editors/bpatch/Makefile
+++ b/editors/bpatch/Makefile
@@ -1,6 +1,6 @@
PORTNAME= bpatch
PORTVERSION= 1.0
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= editors
MASTER_SITES= LOCAL/joerg
DISTNAME= ${PORTNAME}
@@ -20,6 +20,6 @@ CONFLICTS_INSTALL= bdelta
NO_WRKSUBDIR= yes
PLIST_FILES= bin/bpatch \
- man/man1/bpatch.1.gz
+ share/man/man1/bpatch.1.gz
.include <bsd.port.mk>
diff --git a/editors/bpatch/files/patch-Makefile b/editors/bpatch/files/patch-Makefile
index 9be47a63af6f..61f94acc8cbc 100644
--- a/editors/bpatch/files/patch-Makefile
+++ b/editors/bpatch/files/patch-Makefile
@@ -6,7 +6,7 @@
+# terminfo, etc. Good luck!
+PREFIX?= /usr/local
+BINDIR= ${PREFIX}/bin
-+MANDIR= ${PREFIX}/man/man1
++MANDIR= ${PREFIX}/share/man/man1
+
+LIBS = -lncurses
+#LIBS = -ltermlib