diff options
Diffstat (limited to 'security/prelude-pflogger/Makefile')
-rw-r--r-- | security/prelude-pflogger/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/security/prelude-pflogger/Makefile b/security/prelude-pflogger/Makefile index ee7d2f1085b..936d22565b4 100644 --- a/security/prelude-pflogger/Makefile +++ b/security/prelude-pflogger/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.18 2018/04/17 22:29:51 wiz Exp $ +# $NetBSD: Makefile,v 1.19 2018/07/04 13:40:35 jperkin Exp $ # DISTNAME= prelude-pflogger-0.9.0-rc2 @@ -43,13 +43,13 @@ MESSAGE_SUBST+= PRELUDE_USER=${PRELUDE_USER:Q} MESSAGE_SUBST+= PRELUDE_GROUP=${PRELUDE_GROUP:Q} SUBST_CLASSES+= code -SUBST_STAGE.code= post-patch +SUBST_STAGE.code= pre-configure SUBST_FILES.code= run-prelude-pflogger.c SUBST_SED.code= -e 's,@PREFIX@,${PREFIX},g' SUBST_SED.code+= -e 's,@PRELUDE_USER@,${PRELUDE_USER},g' SUBST_CLASSES+= make -SUBST_STAGE.make= post-patch +SUBST_STAGE.make= pre-configure SUBST_FILES.make= Makefile.am SUBST_SED.make= -e 's,@EGDIR@,${EGDIR},g' |