diff options
author | roam <roam@FreeBSD.org> | 2003-10-19 17:36:08 +0800 |
---|---|---|
committer | roam <roam@FreeBSD.org> | 2003-10-19 17:36:08 +0800 |
commit | 9b96decfce963ce22aea522a1bc16069f4b7c4fc (patch) | |
tree | 6e4d59eec959094b6566cb16040d0697b9ac067b /mail | |
parent | 4c1b0e1ecf0cf10492c58ef89ca773597da5fa65 (diff) | |
download | freebsd-ports-gnome-9b96decfce963ce22aea522a1bc16069f4b7c4fc.tar.gz freebsd-ports-gnome-9b96decfce963ce22aea522a1bc16069f4b7c4fc.tar.zst freebsd-ports-gnome-9b96decfce963ce22aea522a1bc16069f4b7c4fc.zip |
Use ${PKGINSTALL} instead of pkg-install.
PR: 57878
Submitted by: Fumihiko Kimura <jfkimura@yahoo.co.jp>
Diffstat (limited to 'mail')
-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 |