Do it for all packages that * mention perl, or * have a directory name starting with p5-*, or * depend on a package starting with p5- like last time, for 5.18, where this didn't lead to complaints. Let me know if you have any this time.
27 lines
759 B
Makefile
27 lines
759 B
Makefile
# $NetBSD: Makefile,v 1.20 2014/05/29 23:37:56 wiz Exp $
|
|
#
|
|
|
|
DISTNAME= cronolog-1.6.2
|
|
PKGREVISION= 4
|
|
CATEGORIES= www
|
|
MASTER_SITES= http://cronolog.org/download/
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://cronolog.org/
|
|
COMMENT= Web log rotation utility that provides datestamp filenames
|
|
|
|
GNU_CONFIGURE= YES
|
|
INFO_FILES= yes
|
|
USE_TOOLS+= perl:run
|
|
INSTALLATION_DIRS= ${PKGMANDIR}/man1 ${PKGMANDIR}/man8
|
|
|
|
SUBST_CLASSES+= cl
|
|
SUBST_STAGE.cl= pre-configure
|
|
SUBST_FILES.cl= doc/cronolog.1m
|
|
SUBST_SED.cl= -e "s,/www/sbin/cronolog,${PREFIX}/sbin/cronolog,g"
|
|
|
|
post-install:
|
|
cd ${DESTDIR}${PREFIX}/${PKGMANDIR} && mv man1/cronolog.1m man8/cronolog.8
|
|
cd ${DESTDIR}${PREFIX}/${PKGMANDIR} && mv man1/cronosplit.1m man8/cronosplit.8
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|