2829e658f2
INSTALLATION_DIRS, as well as all occurrences of ${PREFIX}/man with ${PREFIX}/${PKGMANDIR}. Fixes PR 35265, although I did not use the patch provided therein.
26 lines
923 B
Makefile
26 lines
923 B
Makefile
# $NetBSD: Makefile,v 1.19 2007/01/07 09:14:01 rillig Exp $
|
|
#
|
|
|
|
DISTNAME= multitail-4.0.6
|
|
CATEGORIES= misc sysutils
|
|
MASTER_SITES= http://www.vanheusden.com/multitail/
|
|
EXTRACT_SUFX= .tgz
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://www.vanheusden.com/multitail/
|
|
COMMENT= View one or multiple files
|
|
|
|
USE_NCURSES= yes # Needs the <panel> library.
|
|
INSTALLATION_DIRS= bin ${PKGMANDIR}/man1 share/doc/multitail share/examples/multitail
|
|
|
|
CONF_FILES= ${PREFIX:Q}/share/examples/multitail/multitail.conf \
|
|
${PKG_SYSCONFDIR:Q}/multitail.conf
|
|
|
|
do-install:
|
|
${INSTALL_PROGRAM} ${WRKSRC:Q}/multitail ${PREFIX:Q}/bin/
|
|
${INSTALL_MAN} ${WRKSRC:Q}/multitail.1 ${PREFIX:Q}/man/man1/
|
|
${INSTALL_DATA} ${WRKSRC:Q}/multitail.conf ${PREFIX:Q}/share/examples/multitail/
|
|
cd ${WRKSRC:Q} && ${INSTALL_DATA} *.txt manual*.html ${PREFIX:Q}/share/doc/multitail/
|
|
|
|
.include "../../devel/ncurses/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|