git: 39c04de4ca94 - main - sysutils/fstyp: Moved man to share/man
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 25 Feb 2024 17:50:14 UTC
The branch main has been updated by bofh:
URL: https://cgit.FreeBSD.org/ports/commit/?id=39c04de4ca945f72bf19e02273ebc06f1d68b606
commit 39c04de4ca945f72bf19e02273ebc06f1d68b606
Author: Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2024-02-25 17:37:18 +0000
Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2024-02-25 17:49:52 +0000
sysutils/fstyp: Moved man to share/man
Approved by: portmgr (blanket)
---
sysutils/fstyp/Makefile | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/sysutils/fstyp/Makefile b/sysutils/fstyp/Makefile
index 81b0388d1a7f..ed2ac1f3b3ed 100644
--- a/sysutils/fstyp/Makefile
+++ b/sysutils/fstyp/Makefile
@@ -1,5 +1,6 @@
PORTNAME= fstyp
PORTVERSION= 0.1
+PORTREVISION= 1
CATEGORIES= sysutils
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION} http://thegaul.org/src/
@@ -9,8 +10,9 @@ WWW= http://nchc.dl.sourceforge.net/sourceforge/fstyp/
USES= gmake
GNU_CONFIGURE= yes
+GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
CONFIGURE_ENV+= ac_cv_prog_CC="${CC}"
-PLIST_FILES= bin/fstyp man/man8/fstyp.8.gz
+PLIST_FILES= bin/fstyp share/man/man8/fstyp.8.gz
.include <bsd.port.mk>