mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-18 00:10:04 +00:00
misc/window: Move man pages to share/man
Approved by: portmgr (blanket)
This commit is contained in:
parent
5a1767eecb
commit
7042226acf
@ -1,6 +1,6 @@
|
||||
PORTNAME= window
|
||||
PORTVERSION= 1.0
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= misc
|
||||
MASTER_SITES= http://people.FreeBSD.org/~trhodes/
|
||||
|
||||
@ -14,10 +14,10 @@ WRKSRC= ${WRKDIR}/window
|
||||
CFLAGS+= -Wno-return-type
|
||||
MAKE_ARGS= LDADD="-lncurses -lutil"
|
||||
|
||||
PLIST_FILES= bin/window man/man1/window.1.gz
|
||||
PLIST_FILES= bin/window share/man/man1/window.1.gz
|
||||
|
||||
do-install:
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/window ${STAGEDIR}${PREFIX}/bin
|
||||
${INSTALL_DATA} ${WRKSRC}/window.1 ${STAGEDIR}${PREFIX}/man/man1
|
||||
${INSTALL_MAN} ${WRKSRC}/window.1 ${STAGEDIR}${PREFIX}/share/man/man1
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
Loading…
Reference in New Issue
Block a user