Skip to content

Commit

Permalink
irc/ngircd: 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 9f73700 commit 5fb929b
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions irc/ngircd/Makefile
@@ -1,5 +1,6 @@
PORTNAME= ngircd
PORTVERSION= 26.1
PORTREVISION= 1
PORTEPOCH= 1
CATEGORIES= irc
MASTER_SITES= https://ngircd.barton.de/pub/ngircd/ \
Expand All @@ -14,15 +15,16 @@ LICENSE_FILE= ${WRKSRC}/COPYING

USES= cpe localbase:ldflags tar:xz
GNU_CONFIGURE= yes
GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
USE_RC_SUBR= ngircd

CPE_VENDOR= barton
CPE_VERSION= ${PORTVERSION:C/^([0-9]+)$/\1.0/}

PORTDOCS= *
PLIST_FILES= etc/ngircd.conf.sample \
man/man5/ngircd.conf.5.gz \
man/man8/ngircd.8.gz \
share/man/man5/ngircd.conf.5.gz \
share/man/man8/ngircd.8.gz \
sbin/ngircd

OPTIONS_DEFINE= DEBUG DOCS ICONV IDENT IPV6 IRCPLUS LIBWRAP PAM \
Expand Down

0 comments on commit 5fb929b

Please sign in to comment.