summaryrefslogtreecommitdiff
path: root/mail
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2015-09-06 09:16:58 +0000
committerwiz <wiz@pkgsrc.org>2015-09-06 09:16:58 +0000
commitd1e00d2ae987ecbf21550ee161d29f0402735592 (patch)
treef895353c60d8d84625517da45ae99064ea92609b /mail
parent24de37905856c122fc20c5c6fded772197b6db84 (diff)
downloadpkgsrc-d1e00d2ae987ecbf21550ee161d29f0402735592.tar.gz
Fix more paths to mutt.
Diffstat (limited to 'mail')
-rw-r--r--mail/mutt-kz/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/mail/mutt-kz/Makefile b/mail/mutt-kz/Makefile
index 6264991a348..277538f8e64 100644
--- a/mail/mutt-kz/Makefile
+++ b/mail/mutt-kz/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2015/09/04 11:28:57 wiz Exp $
+# $NetBSD: Makefile,v 1.8 2015/09/06 09:16:58 wiz Exp $
DISTNAME= mutt-kz-1.5.23.1-rc1
PKGNAME= ${DISTNAME:S/-rc/rc/}
@@ -21,8 +21,8 @@ pre-build:
.include "../../mail/mutt/Makefile.common"
-DEINSTALL_SRC= ${.CURDIR}/../../mail/mutt-devel/DEINSTALL
-INSTALL_SRC= ${.CURDIR}/../../mail/mutt-devel/INSTALL
+DEINSTALL_SRC= ${.CURDIR}/../../mail/mutt/DEINSTALL
+INSTALL_SRC= ${.CURDIR}/../../mail/mutt/INSTALL
.include "../../mail/notmuch/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"