Fix a pkglint warning:
Please use ${PKG_SYSCONFDIR:Q} instead of ${PKG_SYSCONFDIR}.
This commit is contained in:
parent
44a2e29e51
commit
c3f97936ab
1 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.14 2005/08/23 11:48:50 rillig Exp $
|
||||
# $NetBSD: Makefile,v 1.15 2005/12/03 23:25:47 peter Exp $
|
||||
|
||||
DISTNAME= openntpd-3.7p1
|
||||
CATEGORIES= net
|
||||
|
@ -17,7 +17,7 @@ CONFLICTS+= ntp-[0-9]*
|
|||
|
||||
USE_PKGINSTALL= yes
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ARGS+= sysconfdir=${PKG_SYSCONFDIR}
|
||||
CONFIGURE_ARGS+= sysconfdir=${PKG_SYSCONFDIR:Q}
|
||||
|
||||
EGDIR= ${PREFIX}/share/examples/openntpd
|
||||
CONF_FILES= ${EGDIR}/ntpd.conf ${PKG_SYSCONFDIR}/ntpd.conf
|
||||
|
|
Loading…
Reference in a new issue