mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
net/omnitty: Sanitize MANPREFIX
Approved by: portmgr (blanket)
This commit is contained in:
parent
35cfb28baa
commit
91b0bec265
1 changed files with 3 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
||||||
PORTNAME= omnitty
|
PORTNAME= omnitty
|
||||||
PORTVERSION= 0.3.0
|
PORTVERSION= 0.3.0
|
||||||
PORTREVISION= 4
|
PORTREVISION= 5
|
||||||
CATEGORIES= net
|
CATEGORIES= net
|
||||||
MASTER_SITES= SF/omnitty/omnitty/omnitty-${PORTVERSION}
|
MASTER_SITES= SF/omnitty/omnitty/omnitty-${PORTVERSION}
|
||||||
|
|
||||||
|
@ -15,10 +15,10 @@ GNU_CONFIGURE= yes
|
||||||
LIBS+= -lncurses
|
LIBS+= -lncurses
|
||||||
|
|
||||||
ALL_TARGET= omnitty
|
ALL_TARGET= omnitty
|
||||||
PLIST_FILES= bin/omnitty man/man1/omnitty.1.gz
|
PLIST_FILES= bin/omnitty share/man/man1/omnitty.1.gz
|
||||||
|
|
||||||
do-install:
|
do-install:
|
||||||
${INSTALL_PROGRAM} ${WRKSRC}/omnitty ${STAGEDIR}${PREFIX}/bin
|
${INSTALL_PROGRAM} ${WRKSRC}/omnitty ${STAGEDIR}${PREFIX}/bin
|
||||||
${INSTALL_MAN} ${WRKSRC}/omnitty.1 ${STAGEDIR}${MANPREFIX}/man/man1
|
${INSTALL_MAN} ${WRKSRC}/omnitty.1 ${STAGEDIR}${PREFIX}/share/man/man1
|
||||||
|
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.mk>
|
||||||
|
|
Loading…
Add table
Reference in a new issue