Skip to content

Commit

Permalink
net/msend: 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 25, 2024
1 parent df384e8 commit bca7990
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions net/msend/Makefile
@@ -1,6 +1,6 @@
PORTNAME= msend
PORTVERSION= 3.0
PORTREVISION= 3
PORTREVISION= 4
CATEGORIES= net
MASTER_SITES= LOCAL/markp

Expand All @@ -10,11 +10,12 @@ COMMENT= Client and server for the RFC1312 message protocol
USES= autoreconf readline
USE_RC_SUBR= mesgd
GNU_CONFIGURE= yes
GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
CFLAGS+= -DUSE_READLINE -DNO_GETDTABLESIZE -DNEW_HEADERS -DUSE_UTMPX

PLIST_FILES= bin/msend \
man/man1/msend.1.gz \
man/man8/mesgd.8.gz \
share/man/man1/msend.1.gz \
share/man/man8/mesgd.8.gz \
sbin/mesgd

.include <bsd.port.mk>

0 comments on commit bca7990

Please sign in to comment.