summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--security/logcheck/Makefile18
1 files changed, 7 insertions, 11 deletions
diff --git a/security/logcheck/Makefile b/security/logcheck/Makefile
index 30d505d0412..bb0de9ef3c6 100644
--- a/security/logcheck/Makefile
+++ b/security/logcheck/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.15 2006/06/16 09:17:21 rillig Exp $
+# $NetBSD: Makefile,v 1.16 2006/06/16 09:20:32 rillig Exp $
DISTNAME= logcheck-1.1.1
PKGREVISION= 1
@@ -19,16 +19,12 @@ CONF_FILES=
CONF_FILES+= ${EGDIR}/logcheck.${f} ${PKG_SYSCONFDIR}/logcheck.${f}
.endfor
-pre-configure:
- ${MV} ${WRKSRC}/Makefile ${WRKSRC}/Makefile.old
- ${SED} -e "s+/usr/local+${PREFIX}+g" \
- < ${WRKSRC}/Makefile.old > ${WRKSRC}/Makefile
- ${MV} ${WRKSRC}/systems/freebsd/logcheck.sh \
- ${WRKSRC}/systems/freebsd/logcheck.sh.old
- ${SED} -e "s+/usr/local+${PREFIX}+g" \
- -e "s+@PKG_SYSCONFDIR@+${PKG_SYSCONFDIR}+g" \
- ${WRKSRC}/systems/freebsd/logcheck.sh.old > \
- ${WRKSRC}/systems/freebsd/logcheck.sh
+SUBST_CLASSES+= prefix
+SUBST_STAGE.prefix= pre-configure
+SUBST_MESSAGE.prefix= Fixing hard-coded paths.
+SUBST_FILES.prefix= Makefile systems/freebsd/logcheck.sh
+SUBST_SED.prefix= -e "s+/usr/local+${PREFIX}+g"
+SUBST_SED.prefix+= -e "s+@PKG_SYSCONFDIR@+${PKG_SYSCONFDIR}+g"
pre-install:
${INSTALL_DATA_DIR} ${EGDIR}