mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 01:26:39 -04:00
editors/bpatch: Move man pages to share/man
Approved by: portmgr (blanket)
This commit is contained in:
parent
3d7f8f85b3
commit
20f38e8ce3
2 changed files with 3 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
|||
PORTNAME= bpatch
|
||||
PORTVERSION= 1.0
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= editors
|
||||
MASTER_SITES= LOCAL/joerg
|
||||
DISTNAME= ${PORTNAME}
|
||||
|
@ -20,6 +20,6 @@ CONFLICTS_INSTALL= bdelta
|
|||
|
||||
NO_WRKSUBDIR= yes
|
||||
PLIST_FILES= bin/bpatch \
|
||||
man/man1/bpatch.1.gz
|
||||
share/man/man1/bpatch.1.gz
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
+# terminfo, etc. Good luck!
|
||||
+PREFIX?= /usr/local
|
||||
+BINDIR= ${PREFIX}/bin
|
||||
+MANDIR= ${PREFIX}/man/man1
|
||||
+MANDIR= ${PREFIX}/share/man/man1
|
||||
+
|
||||
+LIBS = -lncurses
|
||||
+#LIBS = -ltermlib
|
||||
|
|
Loading…
Add table
Reference in a new issue