From 494dab0bcbff555b3dc0251bb59374ac91179041 Mon Sep 17 00:00:00 2001 From: Matthew Seaman Date: Sun, 21 Jan 2024 10:56:01 +0000 Subject: [PATCH] ports-mgmt/wanted-ports: Man page cleanup Move the man page to ${PREFIX}/share/man/man1 --- ports-mgmt/wanted-ports/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ports-mgmt/wanted-ports/Makefile b/ports-mgmt/wanted-ports/Makefile index d0f435f32288f..2eda926bc8245 100644 --- a/ports-mgmt/wanted-ports/Makefile +++ b/ports-mgmt/wanted-ports/Makefile @@ -1,5 +1,5 @@ PORTNAME= wanted-ports -PORTVERSION= 0.2 +PORTVERSION= 0.3 #PORTREVISION is set from ${CFGFILE} CATEGORIES= ports-mgmt MASTER_SITES= # none @@ -18,7 +18,7 @@ SUB_LIST= PORTNAME=${PORTNAME} \ PKGNAME=${PKGNAME} PLIST_SUB= PORTNAME=${PORTNAME} PLIST_FILES= bin/${PORTNAME} \ - man/man1/${PORTNAME}.1.gz + share/man/man1/${PORTNAME}.1.gz .if defined(WANTEDPORTSCFG) CFGFILE= ${WANTEDPORTSCFG} @@ -32,6 +32,6 @@ CFGFILE?= /var/db/${PORTNAME}.conf do-install: ${INSTALL_SCRIPT} ${WRKDIR}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin/${PORTNAME} - ${INSTALL_MAN} ${WRKDIR}/${PORTNAME}.1 ${STAGEDIR}${MANPREFIX}/man/man1/ + ${INSTALL_MAN} ${WRKDIR}/${PORTNAME}.1 ${STAGEDIR}${PREFIX}/share/man/man1/ .include