diff options
author | rillig <rillig> | 2006-06-16 09:20:32 +0000 |
---|---|---|
committer | rillig <rillig> | 2006-06-16 09:20:32 +0000 |
commit | ec12e03f4fa3411d49a689a39e4fd87baf33b93f (patch) | |
tree | a6bc57c28fe8d55c52a3dc3fd4ce7310d8ce2b62 /security/logcheck | |
parent | 8578337bd8f955660bb1f4383a943e148199bc62 (diff) | |
download | pkgsrc-ec12e03f4fa3411d49a689a39e4fd87baf33b93f.tar.gz |
Converted to the SUBST framework.
Diffstat (limited to 'security/logcheck')
-rw-r--r-- | security/logcheck/Makefile | 18 |
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} |