Skip to content

Commit

Permalink
sysutils/graffer: 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 26, 2024
1 parent 7ad3160 commit a629746
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions sysutils/graffer/Makefile
@@ -1,6 +1,6 @@
PORTNAME= graffer
PORTVERSION= 1.1
PORTREVISION= 2
PORTREVISION= 3
CATEGORIES= sysutils
MASTER_SITES= http://chaosophia.net/downloads/graffer/ \
http://ns1.chaosophia.net/downloads/graffer/
Expand All @@ -16,7 +16,7 @@ USES= jpeg

PLIST_FILES= bin/graffer \
etc/graffer/graffer.conf.example \
man/man8/graffer.8.gz
share/man/man8/graffer.8.gz

post-patch:
@${REINPLACE_CMD} -e "s|/etc/|${PREFIX}/etc/|" \
Expand All @@ -26,7 +26,7 @@ post-patch:

do-install:
${INSTALL_PROGRAM} ${WRKSRC}/graffer ${STAGEDIR}${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/graffer.8 ${STAGEDIR}${PREFIX}/man/man8
${INSTALL_MAN} ${WRKSRC}/graffer.8 ${STAGEDIR}${PREFIX}/share/man/man8
@${MKDIR} ${STAGEDIR}${PREFIX}/etc/graffer
${INSTALL_DATA} ${WRKSRC}/graffer.conf.example ${STAGEDIR}${PREFIX}/etc/graffer

Expand Down

0 comments on commit a629746

Please sign in to comment.