diff options
author | steve <steve@FreeBSD.org> | 1999-09-17 18:24:55 +0000 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 1999-09-17 18:24:55 +0000 |
commit | 3d5daef0d35eb9a72fba9a376580b5043df7b435 (patch) | |
tree | 7e7904629ede677b3126ecd9f129e01a470046af /mail | |
parent | 08e8f3926f721084c550b0ff9385150e58885b9a (diff) | |
download | FreeBSD-ports-3d5daef0d35eb9a72fba9a376580b5043df7b435.zip FreeBSD-ports-3d5daef0d35eb9a72fba9a376580b5043df7b435.tar.gz |
Move the call to REQ to pre-build instead of pre-fetch so a 'make fetch'
from /usr/ports doesn't stop and require user interaction.
Diffstat (limited to 'mail')
-rw-r--r-- | mail/youbin/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/youbin/Makefile b/mail/youbin/Makefile index a20dcd7..356a85d 100644 --- a/mail/youbin/Makefile +++ b/mail/youbin/Makefile @@ -25,7 +25,7 @@ MAN8= youbind.8 STARTUP_SCRIPT= ${PREFIX}/etc/rc.d/youbind.sh.sample -pre-fetch: +pre-build: @${SETENV} ${SCRIPTS_ENV} ${SH} ${PKGDIR}/REQ ${PKGNAME} BUILD pre-install: |