aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPete Fritchman <petef@FreeBSD.org>2002-03-24 09:02:20 +0800
committerPete Fritchman <petef@FreeBSD.org>2002-03-24 09:02:20 +0800
commit35652e362712b974476bd218676d511f59cb377d (patch)
tree9cc4a42280fb6e313b3c64f16132ae8cf7d43bc4
parent9a79a15045fbfa859aceb096a64a3aeeb58c5e67 (diff)
downloadfreebsd-ports-gnome-35652e362712b974476bd218676d511f59cb377d.tar.gz
freebsd-ports-gnome-35652e362712b974476bd218676d511f59cb377d.tar.zst
freebsd-ports-gnome-35652e362712b974476bd218676d511f59cb377d.zip
Add a missing ${SETENV}.
Submitted by: bento
-rw-r--r--misc/afbackup/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/afbackup/Makefile b/misc/afbackup/Makefile
index daa800c1c93e..78341b90353e 100644
--- a/misc/afbackup/Makefile
+++ b/misc/afbackup/Makefile
@@ -171,7 +171,7 @@ pre-install:
@${ECHO_CMD} @cwd ${PREFIX} >>${PLIST}
@${ECHO_CMD} @dirrm share/doc/${PORTNAME} >>${PLIST}
.endif
- @$(PKGINSTALL_ENV) ${PKGINSTALL} ${PKGNAME} PRE-INSTALL
+ @${SETENV} ${PKGINSTALL_ENV} ${PKGINSTALL} ${PKGNAME} PRE-INSTALL
post-install:
.if !defined(NO_AUTOKEY)