aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMuhammad Moinur Rahman <bofh@FreeBSD.org>2024-02-25 09:46:26 +0000
committerMuhammad Moinur Rahman <bofh@FreeBSD.org>2024-02-25 10:05:21 +0000
commit04c699ae96eb867fb5ed5013fc45682002e12ac4 (patch)
treea05eb2a8f5a629338d095f4df5561871066b46e8
parenteb19eaf492649c01a4f8ccca613af9ffa5a55505 (diff)
downloadports-04c699ae96eb867fb5ed5013fc45682002e12ac4.tar.gz
ports-04c699ae96eb867fb5ed5013fc45682002e12ac4.zip
net/nylon: Moved man to share/man
Approved by: portmgr (blanket)
-rw-r--r--net/nylon/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/net/nylon/Makefile b/net/nylon/Makefile
index 14c8e78da6b1..dd167a57631c 100644
--- a/net/nylon/Makefile
+++ b/net/nylon/Makefile
@@ -1,6 +1,6 @@
PORTNAME= nylon
PORTVERSION= 1.21
-PORTREVISION= 10
+PORTREVISION= 11
CATEGORIES= net
MASTER_SITES= http://monkey.org/~marius/nylon/
@@ -17,11 +17,12 @@ USES= pkgconfig
USE_RC_SUBR= nylon
GNU_CONFIGURE= yes
+GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
# Necessary for $PREFIX to work:
CONFIGURE_ARGS= --with-libevent=yes
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:
${INSTALL_DATA} ${FILESDIR}/nylon.conf ${STAGEDIR}${PREFIX}/etc/nylon.conf.sample