diff options
author | wiz <wiz> | 2001-03-12 10:26:21 +0000 |
---|---|---|
committer | wiz <wiz> | 2001-03-12 10:26:21 +0000 |
commit | ff9e78179ca8afd37c0bb9ed75ab483faeeae418 (patch) | |
tree | 62665a76780f86607aaccd3f404bdc571f46c281 /mail | |
parent | de46889ccf4d8ab1d986dc4feaa264a2f85c169b (diff) | |
download | pkgsrc-ff9e78179ca8afd37c0bb9ed75ab483faeeae418.tar.gz |
Fix typo (we don't want the INSTALL file to end up in /)
Diffstat (limited to 'mail')
-rw-r--r-- | mail/cyrus-imapd/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/cyrus-imapd/Makefile b/mail/cyrus-imapd/Makefile index 4c65f07d921..c2a7d936989 100644 --- a/mail/cyrus-imapd/Makefile +++ b/mail/cyrus-imapd/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2001/02/26 20:55:45 wiz Exp $ +# $NetBSD: Makefile,v 1.10 2001/03/12 10:26:21 wiz Exp $ DISTNAME= cyrus-imapd-1.6.24 PKGNAME= ${DISTNAME}nb1 @@ -57,7 +57,7 @@ CONFIGURE_ENV+= LIBS="${LIBS}" LIBS+= `sasl-config --libs` DEINSTALL_FILE= ${WRKDIR}/DEINSTALL -INSTALL_FILE= ${WKRDIR}/INSTALL +INSTALL_FILE= ${WRKDIR}/INSTALL HTMLDIR= ${PREFIX}/share/doc/html/cyrus-imapd EGDIR= ${PREFIX}/share/examples/cyrus-imapd |