print/kde_poster: Moved man to share/man

Approved by:    portmgr (blanket)
This commit is contained in:
Muhammad Moinur Rahman 2024-02-25 12:37:49 +01:00
parent f9c31230a9
commit e054fea51e
No known key found for this signature in database
GPG Key ID: BDB9B5A617C0BC91
1 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
PORTNAME= kde_poster
PORTVERSION= 1.0
PORTREVISION= 1
PORTREVISION= 2
CATEGORIES= print kde
MASTER_SITES= KDE/printing
DISTNAME= poster
@ -16,10 +16,10 @@ WRKSRC= ${WRKDIR}/${DISTNAME}-20060221
CONFLICTS?= poster
PLIST_FILES= bin/poster man/man1/poster.1.gz
PLIST_FILES= bin/poster share/man/man1/poster.1.gz
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/${DISTNAME} ${STAGEDIR}${PREFIX}/bin
${INSTALL_DATA} ${WRKSRC}/${DISTNAME}.1 ${STAGEDIR}${PREFIX}/man/man1
${INSTALL_DATA} ${WRKSRC}/${DISTNAME}.1 ${STAGEDIR}${PREFIX}/share/man/man1
.include <bsd.port.mk>