git: 024f93f8fbfa - main - sysutils/spiped: Moved man to share/man
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 26 Feb 2024 07:05:33 UTC
The branch main has been updated by bofh: URL: https://cgit.FreeBSD.org/ports/commit/?id=024f93f8fbfa99046a52fc83fea26a411cb24ec1 commit 024f93f8fbfa99046a52fc83fea26a411cb24ec1 Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2024-02-26 06:59:30 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2024-02-26 07:04:59 +0000 sysutils/spiped: Moved man to share/man Approved by: portmgr (blanket) --- sysutils/spiped/Makefile | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/sysutils/spiped/Makefile b/sysutils/spiped/Makefile index 172ae58acaec..7390e61a5cae 100644 --- a/sysutils/spiped/Makefile +++ b/sysutils/spiped/Makefile @@ -1,5 +1,6 @@ PORTNAME= spiped PORTVERSION= 1.6.2 +PORTREVISION= 1 CATEGORIES= sysutils security MASTER_SITES= http://www.tarsnap.com/spiped/ @@ -16,7 +17,7 @@ USES= compiler:c11 tar:tgz ssl # Install into ${STAGEDIR}${PREFIX} MAKE_ARGS+= BINDIR=${STAGEDIR}${PREFIX}/bin -MAKE_ARGS+= MAN1DIR=${STAGEDIR}${PREFIX}/man/man1 +MAKE_ARGS+= MAN1DIR=${STAGEDIR}${PREFIX}/share/man/man1 # add -I and -L directories for OpenSSL MAKE_ARGS+= CFLAGS="-O2 -I${OPENSSLINC}" @@ -25,8 +26,8 @@ MAKE_ARGS+= LDADD_EXTRA="-L${OPENSSLLIB}" PORTDOCS= BUILDING CHANGELOG COPYRIGHT README.md STYLE PLIST_FILES= bin/spipe \ bin/spiped \ - man/man1/spipe.1.gz \ - man/man1/spiped.1.gz + share/man/man1/spipe.1.gz \ + share/man/man1/spiped.1.gz USE_RC_SUBR= spiped