Date: Sun, 24 Mar 2024 12:30:45 GMT From: Nuno Teixeira <eduardo@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 0950c102f1f6 - main - sysutils/doinkd: Move man pages to share/man Message-ID: <202403241230.42OCUjvH098546@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by eduardo: URL: https://cgit.FreeBSD.org/ports/commit/?id=0950c102f1f6b1aa9c876cdbce4662f50d981e43 commit 0950c102f1f6b1aa9c876cdbce4662f50d981e43 Author: Nuno Teixeira <eduardo@FreeBSD.org> AuthorDate: 2024-03-24 11:09:29 +0000 Commit: Nuno Teixeira <eduardo@FreeBSD.org> CommitDate: 2024-03-24 12:30:30 +0000 sysutils/doinkd: Move man pages to share/man Approved by: portmgr (blanket) --- sysutils/doinkd/Makefile | 1 + sysutils/doinkd/files/patch-Makefile | 14 +++++++------- sysutils/doinkd/pkg-plist | 4 ++-- 3 files changed, 10 insertions(+), 9 deletions(-) diff --git a/sysutils/doinkd/Makefile b/sysutils/doinkd/Makefile index c507eee997d8..51c97f21e5d0 100644 --- a/sysutils/doinkd/Makefile +++ b/sysutils/doinkd/Makefile @@ -1,6 +1,7 @@ PORTNAME= doinkd DISTVERSIONPREFIX= v DISTVERSION= 0.02 +PORTREVISION= 1 CATEGORIES= sysutils MAINTAINER= cy@FreeBSD.org diff --git a/sysutils/doinkd/files/patch-Makefile b/sysutils/doinkd/files/patch-Makefile index 3d1a3418bcaa..916d88629818 100644 --- a/sysutils/doinkd/files/patch-Makefile +++ b/sysutils/doinkd/files/patch-Makefile @@ -1,5 +1,5 @@ ---- Makefile.orig 2006-06-02 12:15:31.000000000 -0700 -+++ Makefile 2023-02-10 06:37:55.103169000 -0800 +--- Makefile.orig 2006-06-02 19:15:31 UTC ++++ Makefile @@ -2,8 +2,8 @@ # @@ -11,7 +11,7 @@ INCLUDE = ###################################################################### -@@ -81,7 +81,7 @@ +@@ -81,7 +81,7 @@ INCLUDE = ###################################################################### # UnixWare 7 -- SVR5 MP #DEFS = -DSYSV -DHAVE_PROC_FS -DUTMPPID -DHAVE_SETSID -DHAVE_UTMPX -DUTMPHOST -DUNIXWARE @@ -20,7 +20,7 @@ SPECLIBS = INSTTYPE = install4 -@@ -193,26 +193,27 @@ +@@ -193,26 +193,27 @@ MMODE = 644 # You will need to delete parse.c before compiling! You can either # do so by hand, or do a 'make clean' followed by the normal 'make'. #DEFS += -O -m486 @@ -38,7 +38,7 @@ +DEST = ${STAGEDIR}${PREFIX}/sbin +CFDEST = ${STAGEDIR}${PREFIX}/etc/doinkd +CFDEST_REAL = ${PREFIX}/etc/doinkd -+MDEST = ${STAGEDIR}${PREFIX}/man ++MDEST = ${STAGEDIR}${PREFIX}/share/man +LOGDEST = /var/log # #OWNER = root @@ -60,7 +60,7 @@ ###################################################################### ###################################################################### -@@ -450,13 +451,13 @@ +@@ -450,13 +451,13 @@ PMAN = doinkd.8 PMAN = doinkd.8 # Names of config and log files @@ -76,7 +76,7 @@ # For HP's ANSI C compiler (use -g instead of +O3 for debugging) # CFLAGS = +O3 -Aa -D_HPUX_SOURCE ${DEFS} ${DEBUG} -DCONFIG=\"${CONFIG}\" -DLOGFILE=\"${LOGFILE}\" ${INCLUDE} -@@ -509,11 +510,11 @@ +@@ -509,11 +510,11 @@ install1a: all # BSD like, but with some enhancements like: install -s -> strip binary # gzip manual pages install1a: all diff --git a/sysutils/doinkd/pkg-plist b/sysutils/doinkd/pkg-plist index 4d77666668cb..587e6ce08a96 100644 --- a/sysutils/doinkd/pkg-plist +++ b/sysutils/doinkd/pkg-plist @@ -1,4 +1,4 @@ %%ETCDIR%%/doinkd.cf.template -man/man5/doinkd.cf.5.gz -man/man8/doinkd.8.gz sbin/doinkd +share/man/man5/doinkd.cf.5.gz +share/man/man8/doinkd.8.gz
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202403241230.42OCUjvH098546>