Skip to content

Commit

Permalink
misc/digitemp: 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 24, 2024
1 parent 5ebe945 commit 18e4661
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions misc/digitemp/Makefile
@@ -1,5 +1,6 @@
PORTNAME= digitemp
PORTVERSION= 3.7.2
PORTREVISION= 1
DISTVERSIONPREFIX= v
CATEGORIES= misc

Expand All @@ -19,7 +20,7 @@ ALL_TARGET= ds9097 ds9097u

PLIST_FILES= bin/digitemp_DS9097 bin/digitemp_DS9097U \
etc/digitemp.conf.sample \
man/man1/digitemp.1.gz
share/man/man1/digitemp.1.gz

DOCS= ChangeLog CREDITS FAQ README TODO dthowto.txt \
DS9097_Schematic.gif perl python/mysql rrdb
Expand All @@ -33,7 +34,7 @@ pre-install:
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/digitemp_DS9097 ${STAGEDIR}${PREFIX}/bin
${INSTALL_PROGRAM} ${WRKSRC}/digitemp_DS9097U ${STAGEDIR}${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1 ${STAGEDIR}${PREFIX}/man/man1
${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1 ${STAGEDIR}${PREFIX}/share/man/man1
${INSTALL_DATA} ${FILESDIR}/digitemp.conf.sample ${STAGEDIR}${PREFIX}/etc/
@${ECHO_MSG} ""
@${ECHO_MSG} "Sample config installed at ${PREFIX}/etc/digitemp.conf.sample"
Expand Down

0 comments on commit 18e4661

Please sign in to comment.