mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 01:26:39 -04:00
editors/tweak: Moved man to share/man
Approved by: portmgr (blanket)
This commit is contained in:
parent
37491cde9b
commit
d8206fb7ac
2 changed files with 3 additions and 2 deletions
|
@ -1,5 +1,6 @@
|
|||
PORTNAME= tweak
|
||||
PORTVERSION= 3.02
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= editors
|
||||
MASTER_SITES= https://www.chiark.greenend.org.uk/~sgtatham/${PORTNAME}/
|
||||
|
||||
|
@ -13,6 +14,6 @@ LICENSE_FILE= ${WRKSRC}/LICENCE
|
|||
USES= gmake ncurses
|
||||
|
||||
PLIST_FILES= bin/tweak \
|
||||
man/man1/tweak.1.gz
|
||||
share/man/man1/tweak.1.gz
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -21,7 +21,7 @@
|
|||
-MANDIR=$(PREFIX)/man/man1
|
||||
+PREFIX?=/usr/local
|
||||
+BINDIR?=$(PREFIX)/bin
|
||||
+MANDIR?=$(PREFIX)/man/man1
|
||||
+MANDIR?=$(PREFIX)/share/man/man1
|
||||
|
||||
TWEAK := main.o keytab.o actions.o search.o rcfile.o buffer.o btree.o
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue