Skip to content

Commit

Permalink
irc/icbirc: Move man page to share/man
Browse files Browse the repository at this point in the history
Approved by:	portmgr (blanket)
  • Loading branch information
Yasuhiro Kimura authored and Yasuhiro Kimura committed Mar 29, 2024
1 parent 5936694 commit 96378cd
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions irc/icbirc/Makefile
@@ -1,5 +1,6 @@
PORTNAME= icbirc
PORTVERSION= 2.1
PORTREVISION= 1
CATEGORIES= irc
MASTER_SITES= http://www.benzedrine.ch/

Expand All @@ -11,8 +12,8 @@ LICENSE= BSD2CLAUSE
LICENSE_FILE= ${FILESDIR}/COPYING

USES= uidfix
MAKE_ENV= BINDIR="${PREFIX}/bin" MANDIR="${PREFIX}/man/man"
MAKE_ENV= BINDIR="${PREFIX}/bin" MANDIR="${PREFIX}/share/man/man"
PLIST_FILES= bin/icbirc \
man/man8/icbirc.8.gz
share/man/man8/icbirc.8.gz

.include <bsd.port.mk>

0 comments on commit 96378cd

Please sign in to comment.