git: 30ccd69a92c0 - main - deskutils/autocutsel: Moved man to share/man
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 23 Feb 2024 03:32:46 UTC
The branch main has been updated by bofh:
URL: https://cgit.FreeBSD.org/ports/commit/?id=30ccd69a92c04a72d3567700d461e3241b5b990b
commit 30ccd69a92c04a72d3567700d461e3241b5b990b
Author: Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2024-02-23 03:22:31 +0000
Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2024-02-23 03:31:41 +0000
deskutils/autocutsel: Moved man to share/man
Approved by: portmgr (blanket)
---
deskutils/autocutsel/Makefile | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
diff --git a/deskutils/autocutsel/Makefile b/deskutils/autocutsel/Makefile
index b08419544c43..9b692ae45f43 100644
--- a/deskutils/autocutsel/Makefile
+++ b/deskutils/autocutsel/Makefile
@@ -1,5 +1,6 @@
PORTNAME= autocutsel
PORTVERSION= 0.10.1
+PORTREVISION= 1
CATEGORIES= deskutils
MAINTAINER= john@jnielsen.net
@@ -18,13 +19,13 @@ GNU_CONFIGURE= yes
PLIST_FILES= bin/autocutsel \
bin/cutsel \
- man/man1/autocutsel.1.gz \
- man/man1/cutsel.1.gz
+ share/man/man1/autocutsel.1.gz \
+ share/man/man1/cutsel.1.gz
post-configure:
@${REINPLACE_CMD} -e 's|-I\.|-I/usr/local/include|g' ${WRKSRC}/Makefile
post-install:
- ${INSTALL_MAN} ${WRKSRC}/*.1 ${STAGEDIR}${PREFIX}/man/man1
+ ${INSTALL_MAN} ${WRKSRC}/*.1 ${STAGEDIR}${PREFIX}/share/man/man1
.include <bsd.port.mk>