Skip to content

Commit

Permalink
editors/tweak: Moved man to share/man
Browse files Browse the repository at this point in the history
Approved by:    portmgr (blanket)
  • Loading branch information
5u623l20 committed Feb 23, 2024
1 parent 37491cd commit d8206fb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion editors/tweak/Makefile
@@ -1,5 +1,6 @@
PORTNAME= tweak
PORTVERSION= 3.02
PORTREVISION= 1
CATEGORIES= editors
MASTER_SITES= https://www.chiark.greenend.org.uk/~sgtatham/${PORTNAME}/

Expand All @@ -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>
2 changes: 1 addition & 1 deletion editors/tweak/files/patch-Makefile
Expand Up @@ -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

Expand Down

0 comments on commit d8206fb

Please sign in to comment.