Skip to content

Commit

Permalink
print/utopia: Move man pages to share/man
Browse files Browse the repository at this point in the history
Approved by:	portmgr (blanket)
  • Loading branch information
Christian Weisgerber authored and Christian Weisgerber committed Mar 21, 2024
1 parent e770358 commit bea8058
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion print/utopia/Makefile
@@ -1,5 +1,6 @@
PORTNAME= utopia
PORTVERSION= 1.1
PORTREVISION= 1
CATEGORIES= print
MASTER_SITES= https://BSDforge.com/projects/source/print/utopia/

Expand All @@ -10,9 +11,10 @@ WWW= http://www.mammothcheese.ca/munger.html
MAKE_ARGS= DEST=${STAGEDIR}${DATADIR}/devps \
INSTALL_DATA="${INSTALL_DATA}" \
INSTALL_MAN="${INSTALL_MAN}" \
MANDIR="${STAGEDIR}${PREFIX}/share/man/man7/" \
PREFIX=${PREFIX}

PLIST_FILES= man/man7/utopia_font.7.gz
PLIST_FILES= share/man/man7/utopia_font.7.gz
PORTDATA= *

.include <bsd.port.mk>

0 comments on commit bea8058

Please sign in to comment.