Fix error in sharedindexupdate script where @DATADIR@ wasn't being
substituted with any value.
This commit is contained in:
parent
890cd97f64
commit
35019c9997
1 changed files with 3 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.1.1.1 2004/07/14 20:05:50 jlam Exp $
|
||||
# $NetBSD: Makefile,v 1.2 2004/07/15 06:49:33 jlam Exp $
|
||||
|
||||
PKGNAME= courier-maildir-${BASE_VERS}
|
||||
COMMENT= Courier maildir utilities
|
||||
|
@ -14,6 +14,8 @@ DEINSTALL_EXTRA_TMPL+= ${.CURDIR}/DEINSTALL
|
|||
|
||||
.include "../courier-auth/Makefile.common"
|
||||
|
||||
FILES_SUBST+= DATADIR=${DATADIR}
|
||||
|
||||
# WRKSRC_FILES is copied from ../courier-auth/Makefile.authdaemond.
|
||||
WRKSRC_FILES= config.guess config.sub configure \
|
||||
install-sh mkinstalldirs \
|
||||
|
|
Loading…
Reference in a new issue