From 17f3fe3f69fb99d0c069e327a56cdcc9f2615ecd Mon Sep 17 00:00:00 2001 From: Muhammad Moinur Rahman Date: Fri, 23 Feb 2024 17:57:50 +0100 Subject: [PATCH] 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)|' \