aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMuhammad Moinur Rahman <bofh@FreeBSD.org>2024-02-23 11:02:33 +0000
committerMuhammad Moinur Rahman <bofh@FreeBSD.org>2024-02-23 11:25:06 +0000
commit604246f07209c4d5af2a86282c2f655b220b7957 (patch)
tree7606690a5cc7b695138f8059cd1715261a028510
parentcbeafcc4b1c5cb6ceb5b9084307adffa176493b6 (diff)
downloadports-604246f07209c4d5af2a86282c2f655b220b7957.tar.gz
ports-604246f07209c4d5af2a86282c2f655b220b7957.zip
devel/dparser: Moved man to share/man
Approved by: portmgr (blanket)
-rw-r--r--devel/dparser/Makefile3
-rw-r--r--devel/dparser/pkg-plist2
2 files changed, 3 insertions, 2 deletions
diff --git a/devel/dparser/Makefile b/devel/dparser/Makefile
index d4633e39ac38..8cfa14317a35 100644
--- a/devel/dparser/Makefile
+++ b/devel/dparser/Makefile
@@ -1,5 +1,6 @@
PORTNAME= dparser
PORTVERSION= 1.33
+PORTREVISION= 1
DISTVERSIONPREFIX= v
CATEGORIES= devel
@@ -35,7 +36,7 @@ post-patch:
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/make_dparser ${STAGEDIR}${PREFIX}/bin
- ${INSTALL_MAN} ${WRKSRC}/make_dparser.1 ${STAGEDIR}${PREFIX}/man/man1
+ ${INSTALL_MAN} ${WRKSRC}/make_dparser.1 ${STAGEDIR}${PREFIX}/share/man/man1
${INSTALL_DATA} ${WRKSRC}/dparse.h ${STAGEDIR}${PREFIX}/include
${INSTALL_DATA} ${WRKSRC}/dparse_tables.h ${STAGEDIR}${PREFIX}/include
${INSTALL_DATA} ${WRKSRC}/dparse_tree.h ${STAGEDIR}${PREFIX}/include
diff --git a/devel/dparser/pkg-plist b/devel/dparser/pkg-plist
index 2e4f2f059294..b754ed064b46 100644
--- a/devel/dparser/pkg-plist
+++ b/devel/dparser/pkg-plist
@@ -4,4 +4,4 @@ include/dparse_tables.h
include/dparse_tree.h
include/dsymtab.h
lib/libdparse.a
-man/man1/make_dparser.1.gz
+share/man/man1/make_dparser.1.gz