pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

portsentry: fix MAKE_DIRS line



Module Name:	pkgsrc-wip
Committed By:	Thomas Klausner <wiz%NetBSD.org@localhost>
Pushed By:	wiz
Date:		Tue Jun 24 16:09:48 2025 +0200
Changeset:	44e52301a9e8c56d535414f6c999b590666026d2

Modified Files:
	portsentry/Makefile

Log Message:
portsentry: fix MAKE_DIRS line

Reported by Marcus Hufvudsson.

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=44e52301a9e8c56d535414f6c999b590666026d2

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 portsentry/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diffs:
diff --git a/portsentry/Makefile b/portsentry/Makefile
index 62bbd7e96c..25363bb60c 100644
--- a/portsentry/Makefile
+++ b/portsentry/Makefile
@@ -23,7 +23,7 @@ EGDIR=		${PREFIX}/share/examples/portsentry
 CONF_FILES=	${EGDIR}/portsentry.conf ${PKG_SYSCONFDIR}/portsentry.conf
 CONF_FILES+=	${EGDIR}/portsentry.ignore ${PKG_SYSCONFDIR}/portsentry.ignore
 
-MAKE_DIRS+=	${PKG_SYSCONFDIR}/${PKG_SYSCONFSUBDIR}
+MAKE_DIRS+=	${PKG_SYSCONFDIR}
 
 PKG_SYSCONFSUBDIR=	portsentry
 


Home | Main Index | Thread Index | Old Index