mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 01:26:39 -04:00
editors/wordgrinder: Moved man to share/man
Approved by: portmgr (blanket)
This commit is contained in:
parent
47dd049314
commit
17f3fe3f69
1 changed files with 2 additions and 2 deletions
|
@ -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)|' \
|
||||
|
|
Loading…
Add table
Reference in a new issue