net/nylon: Moved man to share/man

Approved by:    portmgr (blanket)
This commit is contained in:
Muhammad Moinur Rahman 2024-02-25 10:46:26 +01:00
parent eb19eaf492
commit 04c699ae96
No known key found for this signature in database
GPG key ID: BDB9B5A617C0BC91

View file

@ -1,6 +1,6 @@
PORTNAME= nylon PORTNAME= nylon
PORTVERSION= 1.21 PORTVERSION= 1.21
PORTREVISION= 10 PORTREVISION= 11
CATEGORIES= net CATEGORIES= net
MASTER_SITES= http://monkey.org/~marius/nylon/ MASTER_SITES= http://monkey.org/~marius/nylon/
@ -17,11 +17,12 @@ USES= pkgconfig
USE_RC_SUBR= nylon USE_RC_SUBR= nylon
GNU_CONFIGURE= yes GNU_CONFIGURE= yes
GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
# Necessary for $PREFIX to work: # Necessary for $PREFIX to work:
CONFIGURE_ARGS= --with-libevent=yes CONFIGURE_ARGS= --with-libevent=yes
CONFIGURE_ENV= EVENTLIB="`pkgconf --libs libevent`" EVENTINC="`pkgconf --cflags libevent`" CONFIGURE_ENV= EVENTLIB="`pkgconf --libs libevent`" EVENTINC="`pkgconf --cflags libevent`"
PLIST_FILES= bin/nylon etc/nylon.conf.sample man/man1/nylon.1.gz PLIST_FILES= bin/nylon etc/nylon.conf.sample share/man/man1/nylon.1.gz
post-install: post-install:
${INSTALL_DATA} ${FILESDIR}/nylon.conf ${STAGEDIR}${PREFIX}/etc/nylon.conf.sample ${INSTALL_DATA} ${FILESDIR}/nylon.conf ${STAGEDIR}${PREFIX}/etc/nylon.conf.sample