git: f59a46089f76 - main - misc/seq2: Moved man to share/man
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 24 Feb 2024 20:43:59 UTC
The branch main has been updated by bofh: URL: https://cgit.FreeBSD.org/ports/commit/?id=f59a46089f76e2878f5fe038ab425ac1f4c48117 commit f59a46089f76e2878f5fe038ab425ac1f4c48117 Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2024-02-24 20:28:59 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2024-02-24 20:43:17 +0000 misc/seq2: Moved man to share/man Approved by: portmgr (blanket) --- misc/seq2/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/misc/seq2/Makefile b/misc/seq2/Makefile index b82c1771f765..62e35a71b7d9 100644 --- a/misc/seq2/Makefile +++ b/misc/seq2/Makefile @@ -1,6 +1,6 @@ PORTNAME= seq2 PORTVERSION= 0.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= misc MASTER_SITES= LOCAL/bf @@ -10,9 +10,10 @@ COMMENT= Clone of the UNIX(tm) program called seq LICENSE= GPLv2 GNU_CONFIGURE= yes +GNU_CONFIGURE_MANPREFIX=${PREFIX}/share CONFIGURE_SCRIPT= configure.1 -PLIST_FILES= bin/seq2 man/man1/seq2.1.gz +PLIST_FILES= bin/seq2 share/man/man1/seq2.1.gz post-patch: @${REINPLACE_CMD} -e 's|$$(CC) -o|$$(CC) $$(CFLAGS) -o|' \