Skip to content

Commit

Permalink
devel/bmkdep: Move man page to share/man
Browse files Browse the repository at this point in the history
Approved by:	portmgr (blanket)
  • Loading branch information
Yasuhiro Kimura authored and Yasuhiro Kimura committed Mar 29, 2024
1 parent e875b82 commit eb50122
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
3 changes: 2 additions & 1 deletion devel/bmkdep/Makefile
@@ -1,5 +1,6 @@
PORTNAME= bmkdep
PORTVERSION= 20140112
PORTREVISION= 1
CATEGORIES= devel

MAINTAINER= trociny@FreeBSD.org
Expand All @@ -14,6 +15,6 @@ GH_ACCOUNT= trociny
USES= uidfix
MAKE_ENV= PKGDIR="${PKGDIR}" NO_OBJ=YES

PLIST_FILES= bin/bmkdep man/man1/bmkdep.1.gz
PLIST_FILES= bin/bmkdep share/man/man1/bmkdep.1.gz

.include <bsd.port.mk>
10 changes: 10 additions & 0 deletions devel/bmkdep/files/patch-Makefile
@@ -0,0 +1,10 @@
--- Makefile.orig 2014-01-12 21:56:03 UTC
+++ Makefile
@@ -8,6 +8,6 @@ BINDIR= ${PREFIX}/bin

PREFIX?= /usr/local
BINDIR= ${PREFIX}/bin
-MANDIR= ${PREFIX}/man/man
+MANDIR= ${PREFIX}/share/man/man

.include <bsd.prog.mk>

0 comments on commit eb50122

Please sign in to comment.