mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
print/kde_poster: Moved man to share/man
Approved by: portmgr (blanket)
This commit is contained in:
parent
f9c31230a9
commit
e054fea51e
1 changed files with 3 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
||||||
PORTNAME= kde_poster
|
PORTNAME= kde_poster
|
||||||
PORTVERSION= 1.0
|
PORTVERSION= 1.0
|
||||||
PORTREVISION= 1
|
PORTREVISION= 2
|
||||||
CATEGORIES= print kde
|
CATEGORIES= print kde
|
||||||
MASTER_SITES= KDE/printing
|
MASTER_SITES= KDE/printing
|
||||||
DISTNAME= poster
|
DISTNAME= poster
|
||||||
|
@ -16,10 +16,10 @@ WRKSRC= ${WRKDIR}/${DISTNAME}-20060221
|
||||||
|
|
||||||
CONFLICTS?= poster
|
CONFLICTS?= poster
|
||||||
|
|
||||||
PLIST_FILES= bin/poster man/man1/poster.1.gz
|
PLIST_FILES= bin/poster share/man/man1/poster.1.gz
|
||||||
|
|
||||||
do-install:
|
do-install:
|
||||||
${INSTALL_PROGRAM} ${WRKSRC}/${DISTNAME} ${STAGEDIR}${PREFIX}/bin
|
${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>
|
.include <bsd.port.mk>
|
||||||
|
|
Loading…
Add table
Reference in a new issue