Skip to content

Commit

Permalink
print/ipp-usb: Moved man to share/man
Browse files Browse the repository at this point in the history
Approved by:    portmgr (blanket)
  • Loading branch information
5u623l20 committed Feb 25, 2024
1 parent 6d94d0d commit f9c3123
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions print/ipp-usb/Makefile
@@ -1,6 +1,6 @@
PORTNAME= ipp-usb
DISTVERSION= 0.9.23
PORTREVISION= 4
PORTREVISION= 5
CATEGORIES= print

MAINTAINER= chuanwei.foo@hotmail.com
Expand Down Expand Up @@ -31,7 +31,7 @@ do-install:
${MKDIR} ${STAGEDIR}${ETCDIR}/quirks/
${INSTALL_DATA} ${WRKSRC}/ipp-usb.conf \
${STAGEDIR}${ETCDIR}/ipp-usb.conf.sample
${INSTALL_MAN} ${WRKSRC}/ipp-usb.8 ${STAGEDIR}${PREFIX}/man/man8/
${INSTALL_MAN} ${WRKSRC}/ipp-usb.8 ${STAGEDIR}${PREFIX}/share/man/man8/
(cd ${WRKSRC}/ipp-usb-quirks/ && \
${COPYTREE_SHARE} . ${STAGEDIR}${DATADIR}/quirks/)

Expand Down
2 changes: 1 addition & 1 deletion print/ipp-usb/pkg-plist
@@ -1,5 +1,5 @@
%%ETCDIR%%/ipp-usb.conf.sample
man/man8/ipp-usb.8.gz
share/man/man8/ipp-usb.8.gz
sbin/ipp-usb
%%DATADIR%%/quirks/HP.conf
%%DATADIR%%/quirks/README
Expand Down

0 comments on commit f9c3123

Please sign in to comment.