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 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