diff options
author | Florent Thoumie <flz@FreeBSD.org> | 2005-07-22 15:34:45 +0800 |
---|---|---|
committer | Florent Thoumie <flz@FreeBSD.org> | 2005-07-22 15:34:45 +0800 |
commit | 1c72be7af06618ece228e621112e9cc08df43ef1 (patch) | |
tree | 431ec7cc6908654fccbff10a1b948f817b93171b /net/ipw-firmware | |
parent | da6afd696ac9a5f098916947ffc43badaeded46c (diff) | |
download | freebsd-ports-gnome-1c72be7af06618ece228e621112e9cc08df43ef1.tar.gz freebsd-ports-gnome-1c72be7af06618ece228e621112e9cc08df43ef1.tar.zst freebsd-ports-gnome-1c72be7af06618ece228e621112e9cc08df43ef1.zip |
- Set IS_INTERACTIVE when !defined(PACKAGE_BUILDING) to peace BATCH install
and upgrade.
Diffstat (limited to 'net/ipw-firmware')
-rw-r--r-- | net/ipw-firmware/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/net/ipw-firmware/Makefile b/net/ipw-firmware/Makefile index ca82447e325f..2e86df7a3964 100644 --- a/net/ipw-firmware/Makefile +++ b/net/ipw-firmware/Makefile @@ -43,6 +43,10 @@ USE_RC_SUBR= ${DRIVERNAME}.sh MAN8= ${DRIVERNAME}control.8 MANCOMPRESSED= yes +.if !defined(PACKAGE_BUILDING) +IS_INTERACTIVE= yes +.endif + .include <bsd.port.pre.mk> # That's a bit arbitrary since I have no idea if ${DRIVERNAME}(4) can be |