git: 17f3fe3f69fb - main - editors/wordgrinder: Moved man to share/man
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 23 Feb 2024 17:58:48 UTC
The branch main has been updated by bofh: URL: https://cgit.FreeBSD.org/ports/commit/?id=17f3fe3f69fb99d0c069e327a56cdcc9f2615ecd commit 17f3fe3f69fb99d0c069e327a56cdcc9f2615ecd Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2024-02-23 16:57:50 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2024-02-23 17:58:23 +0000 editors/wordgrinder: Moved man to share/man Approved by: portmgr (blanket) --- editors/wordgrinder/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/editors/wordgrinder/Makefile b/editors/wordgrinder/Makefile index 2890fd8419d9..c4759b570f7c 100644 --- a/editors/wordgrinder/Makefile +++ b/editors/wordgrinder/Makefile @@ -1,5 +1,6 @@ PORTNAME= wordgrinder PORTVERSION= 0.6 +PORTREVISION= 1 CATEGORIES= editors MAINTAINER= vmagerya@gmail.com @@ -17,7 +18,7 @@ USES= gmake lua:52 ncurses PLIST_FILES= bin/wordgrinder \ share/doc/wordgrinder/README.wg \ - man/man1/wordgrinder.1.gz + share/man/man1/wordgrinder.1.gz OPTIONS_DEFINE= X11 OPTIONS_DEFAULT=X11 @@ -38,7 +39,6 @@ post-patch: -e 's|$$(hide)lua|$$(hide)${LUA_CMD}|' \ -e '/PREFIX = /d' \ -e '/install /s|$$(PRE|$$(DESTDIR)$$(PRE|' \ - -e '/install /s|share/man/man1|man/man1|' \ -e '/NCURSES_CFLAGS :=/s|=.*|=|' \ -e '/NCURSES_LIB :=/s|=.*|= -lncursesw|' \ -e '/X11_CFLAGS :=/s|=.*|= $$(shell pkg-config --cflags x11 xft)|' \