git: f23955f5369d - main - print/pic2fig: Sanitize MANPREFIX
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 21 Jan 2024 19:25:43 UTC
The branch main has been updated by bofh:
URL: https://cgit.FreeBSD.org/ports/commit/?id=f23955f5369d145bf601e76eb901f5d9e8ef8422
commit f23955f5369d145bf601e76eb901f5d9e8ef8422
Author: Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2024-01-21 18:32:24 +0000
Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2024-01-21 19:25:25 +0000
print/pic2fig: Sanitize MANPREFIX
Approved by: portmgr (blanket)
---
print/pic2fig/Makefile | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/print/pic2fig/Makefile b/print/pic2fig/Makefile
index 3fefbee987d5..da15047495ed 100644
--- a/print/pic2fig/Makefile
+++ b/print/pic2fig/Makefile
@@ -1,6 +1,6 @@
PORTNAME= pic2fig
PORTVERSION= 1.4
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= print
MASTER_SITES= XCONTRIB/utilities
@@ -13,7 +13,7 @@ CFLAGS+= -Wno-return-type
WRKSRC= ${WRKDIR}/${PORTNAME}
-PLIST_FILES= bin/pic2fig man/man1/pic2fig.1.gz
+PLIST_FILES= bin/pic2fig share/man/man1/pic2fig.1.gz
.include <bsd.port.pre.mk>
@@ -23,6 +23,6 @@ CFLAGS+= -Wno-error=int-conversion
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/pic2fig ${STAGEDIR}${PREFIX}/bin
- ${INSTALL_MAN} ${WRKSRC}/pic2fig.1 ${STAGEDIR}${MANPREFIX}/man/man1
+ ${INSTALL_MAN} ${WRKSRC}/pic2fig.1 ${STAGEDIR}${PREFIX}/share/man/man1
.include <bsd.port.post.mk>