git: 24f8e8407037 - main - sysutils/dcfldd: Move man pages to share/man
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 22 Mar 2024 10:40:06 UTC
The branch main has been updated by eduardo: URL: https://cgit.FreeBSD.org/ports/commit/?id=24f8e840703725d9a6b6fd1530921c45d8463267 commit 24f8e840703725d9a6b6fd1530921c45d8463267 Author: Nuno Teixeira <eduardo@FreeBSD.org> AuthorDate: 2024-03-22 08:59:37 +0000 Commit: Nuno Teixeira <eduardo@FreeBSD.org> CommitDate: 2024-03-22 10:39:40 +0000 sysutils/dcfldd: Move man pages to share/man Approved by: portmgr (blanket) --- sysutils/dcfldd/Makefile | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/sysutils/dcfldd/Makefile b/sysutils/dcfldd/Makefile index 9e5026bc63e2..bd86555c92bb 100644 --- a/sysutils/dcfldd/Makefile +++ b/sysutils/dcfldd/Makefile @@ -1,6 +1,7 @@ PORTNAME= dcfldd -DISTVERSION= 1.9.1 DISTVERSIONPREFIX= v +DISTVERSION= 1.9.1 +PORTREVISION= 1 CATEGORIES= sysutils MAINTAINER= nobutaka@FreeBSD.org @@ -12,10 +13,11 @@ LICENSE_FILE= ${WRKSRC}/COPYING USES= autoreconf GNU_CONFIGURE= yes +GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share USE_GITHUB= yes GH_ACCOUNT= resurrecting-open-source-projects PLIST_FILES= bin/dcfldd \ - man/man1/dcfldd.1.gz + share/man/man1/dcfldd.1.gz .include <bsd.port.mk>