From 9b96decfce963ce22aea522a1bc16069f4b7c4fc Mon Sep 17 00:00:00 2001 From: roam Date: Sun, 19 Oct 2003 09:36:08 +0000 Subject: Use ${PKGINSTALL} instead of pkg-install. PR: 57878 Submitted by: Fumihiko Kimura --- mail/squirrelmail/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mail') diff --git a/mail/squirrelmail/Makefile b/mail/squirrelmail/Makefile index 20c9a5218867..1359233a093e 100644 --- a/mail/squirrelmail/Makefile +++ b/mail/squirrelmail/Makefile @@ -25,7 +25,7 @@ NO_BUILD= yes pre-install: @${ECHO} "Your umask should be lax while installing this. Like, 022 or something." - @${SH} pkg-install ${PKGNAME} PRE-INSTALL + @${SH} ${PKGINSTALL} ${PKGNAME} PRE-INSTALL do-install: ${MKDIR} ${PREFIX}/squirrelmail -- cgit