pkgsrc/sysutils/sarah/Makefile
rillig 2829e658f2 Mechanically replaced man/* with ${PKGMANDIR}/* in the definition of
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.
2007-01-07 09:13:46 +00:00

38 lines
1.2 KiB
Makefile

# $NetBSD: Makefile,v 1.13 2007/01/07 09:14:12 rillig Exp $
DISTNAME= sarah-0.9.1b
CATEGORIES= sysutils
MASTER_SITES= ftp://ftp.conundrum.com/pub/sarah/ \
http://prdownloads.sourceforge.net/sarah/
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://sarah.sourceforge.net/
COMMENT= Syslog automated Rotation and Archive Handler
USE_TOOLS+= perl:run
REPLACE_PERL= sarah
NO_BUILD= YES
INSTALLATION_DIRS= bin ${PKGMANDIR}/man1
CONF_FILES+= ${PREFIX}/share/examples/sarah/sarah.conf.sample \
${PKG_SYSCONFDIR}/sarah.conf
post-patch:
${SED} -e "s,/usr/local,${PREFIX},g" \
-e "s,syslog.pid,syslogd.pid,g" \
${WRKSRC}/sarah > ${WRKSRC}/sarah.done
${MV} ${WRKSRC}/sarah.done ${WRKSRC}/sarah
${SED} -e "s,/usr/local,${PREFIX},g" \
-e "s,syslog.pid,syslogd.pid,g" \
${WRKSRC}/sarah.1 > ${WRKSRC}/sarah.1.done
${MV} ${WRKSRC}/sarah.1.done ${WRKSRC}/sarah.1
do-install:
${INSTALL_SCRIPT} ${WRKSRC}/sarah ${PREFIX}/bin
${INSTALL_DATA_DIR} ${PREFIX}/share/examples/sarah
${INSTALL_DATA} ${WRKSRC}/sarah.conf.sample ${PREFIX}/share/examples/sarah
${INSTALL_MAN} ${WRKSRC}/sarah.1 ${PREFIX}/${PKGMANDIR}/man1
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/sarah
${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/sarah
.include "../../mk/bsd.pkg.mk"