diff options
author | Peter Pentchev <roam@FreeBSD.org> | 2003-10-19 09:36:08 +0000 |
---|---|---|
committer | Peter Pentchev <roam@FreeBSD.org> | 2003-10-19 09:36:08 +0000 |
commit | 8df99f981e66169b4a833a58f00b703fcd39ca0b (patch) | |
tree | 55fa465d9646c0a7d7afd2edf7e913a75c0a6ae5 | |
parent | - introduce the make option WITH_TRASHQUOTA (diff) |
Use ${PKGINSTALL} instead of pkg-install.
PR: 57878
Submitted by: Fumihiko Kimura <jfkimura@yahoo.co.jp>
Notes
Notes:
svn path=/head/; revision=91647
-rw-r--r-- | mail/squirrelmail/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |