aboutsummaryrefslogtreecommitdiff
path: root/sysutils/clonehdd
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2024-01-10 15:29:44 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2024-01-10 15:29:49 +0000
commite4610fcb8b73442ad40b744bb87c1bc428ef7c1c (patch)
tree0dc4acc6dcc372c03caf9e3dcf24d3507237cf06 /sysutils/clonehdd
parentf1f3b1f4eb517c718c74578ccc05e1269bf9f10f (diff)
downloadports-e4610fcb8b73442ad40b744bb87c1bc428ef7c1c.tar.gz
ports-e4610fcb8b73442ad40b744bb87c1bc428ef7c1c.zip
MAN?PREFIX: eleminate its usage and move man to share/man
Diffstat (limited to 'sysutils/clonehdd')
-rw-r--r--sysutils/clonehdd/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/sysutils/clonehdd/Makefile b/sysutils/clonehdd/Makefile
index 11f3b906b43b..d4d3c7ce2d0e 100644
--- a/sysutils/clonehdd/Makefile
+++ b/sysutils/clonehdd/Makefile
@@ -1,6 +1,6 @@
PORTNAME= clonehdd
PORTVERSION= 2.0.3
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= sysutils perl5
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}
@@ -12,7 +12,7 @@ LICENSE= GPLv2
USES= perl5
USE_PERL5= run
-PLIST_FILES= sbin/clonehdd man/man8/${PORTNAME}.8.gz
+PLIST_FILES= sbin/clonehdd share/man/man8/${PORTNAME}.8.gz
NO_BUILD= yes
PORTDOCS= CHANGES README
@@ -20,7 +20,7 @@ OPTIONS_DEFINE= DOCS
do-install:
${INSTALL_SCRIPT} ${WRKSRC}/clonehdd ${STAGEDIR}${PREFIX}/sbin
- ${INSTALL_MAN} ${WRKSRC}/clonehdd.8 ${STAGEDIR}${MAN8PREFIX}/man/man8
+ ${INSTALL_MAN} ${WRKSRC}/clonehdd.8 ${STAGEDIR}${PREFIX}/share/man/man8
@${MKDIR} ${STAGEDIR}${DOCSDIR}
.for file in ${PORTDOCS}
${INSTALL_DATA} ${WRKSRC}/${file} ${STAGEDIR}${DOCSDIR}