From 7acef1cd7a4173168980125b140340c62b38c8d6 Mon Sep 17 00:00:00 2001 From: Satoshi Asami Date: Sun, 8 Oct 2000 10:23:48 +0000 Subject: Change PKGDIR from pkg/ to . Also fix places where ${PKGDIR} is spelled out (many of which are ${PKGDIR}/MESSAGE -> ${PKGMESSAGE} type fixes that shouldn't have been necessary) and the string "/pkg/" appear. --- mail/cyrus/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'mail/cyrus') diff --git a/mail/cyrus/Makefile b/mail/cyrus/Makefile index 60aaef03cb3b..0e3be212312c 100644 --- a/mail/cyrus/Makefile +++ b/mail/cyrus/Makefile @@ -41,7 +41,7 @@ post-configure: pre-install: @ ${CP} ${WRKSRC}/man/quota.8 ${WRKSRC}/man/cyrquota.8 - @${PKGDIR}/INSTALL ${PKGNAME} PRE-INSTALL + @${PKGINSTALL} ${PKGNAME} PRE-INSTALL DOCS= README acl-extension anoncvs bugs changes copyrights install \ mailing-list overview quota-extension server-design @@ -101,6 +101,6 @@ post-install: @${SED} -e "/%%PREFIX%%/s##${PREFIX}#g" ${FILESDIR}/cyrus.sh \ >${PREFIX}/etc/rc.d/cyrus.sh @${CHMOD} 0755 ${PREFIX}/etc/rc.d/cyrus.sh - @PKG_PREFIX=${PREFIX} ${PKGDIR}/INSTALL ${PKGNAME} POST-INSTALL + @PKG_PREFIX=${PREFIX} ${PKGINSTALL} ${PKGNAME} POST-INSTALL .include -- cgit v1.2.3