mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-29 05:38:00 +00:00
graphics/visprint: Move man pages to share/man
Approved by: portmgr (blanket)
This commit is contained in:
parent
05522709d5
commit
44aee009a7
@ -1,6 +1,6 @@
|
||||
PORTNAME= visprint
|
||||
PORTVERSION= 2.1
|
||||
PORTREVISION= 3
|
||||
PORTREVISION= 4
|
||||
CATEGORIES= graphics
|
||||
MASTER_SITES= http://www.tastyrabbit.net/visprint/download/
|
||||
|
||||
@ -13,7 +13,7 @@ LIB_DEPENDS= libpng.so:graphics/png
|
||||
CFLAGS+= -I${LOCALBASE}/include
|
||||
LDFLAGS+= -L${LOCALBASE}/lib -lpng
|
||||
|
||||
PLIST_FILES= bin/visprint man/man1/visprint.1.gz
|
||||
PLIST_FILES= bin/visprint share/man/man1/visprint.1.gz
|
||||
|
||||
do-build:
|
||||
(cd ${WRKSRC} && ${CC} ${CFLAGS} -c visprint.c)
|
||||
@ -21,6 +21,7 @@ do-build:
|
||||
|
||||
do-install:
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/visprint ${STAGEDIR}${PREFIX}/bin
|
||||
${INSTALL_MAN} ${WRKSRC}/visprint.1.gz ${STAGEDIR}${PREFIX}/man/man1
|
||||
${INSTALL_MAN} ${WRKSRC}/visprint.1.gz \
|
||||
${STAGEDIR}${PREFIX}/share/man/man1
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
Loading…
Reference in New Issue
Block a user