diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2002-03-06 10:03:46 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2002-03-06 10:03:46 +0000 |
commit | b9d6df2dc1243b4b713daeef14747e6107e0d163 (patch) | |
tree | 3b74c87b8e4b8a14afbb7205baba27628a7587df /x11/gdm | |
parent | 2126a39259b6261b95f9083f19358099d9cd4f3e (diff) | |
download | ports-b9d6df2dc1243b4b713daeef14747e6107e0d163.tar.gz ports-b9d6df2dc1243b4b713daeef14747e6107e0d163.zip |
Notes
Diffstat (limited to 'x11/gdm')
-rw-r--r-- | x11/gdm/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/x11/gdm/Makefile b/x11/gdm/Makefile index 3f0101da094d..dbfe47978472 100644 --- a/x11/gdm/Makefile +++ b/x11/gdm/Makefile @@ -24,8 +24,12 @@ CONFIGURE_TARGET= --target=${MACHINE_ARCH}-unknown-freebsd${OSREL} GDMDIR?= ${PREFIX}/etc/gdm -pre-fetch: .if !defined(BATCH) && !defined(PACKAGE_BUILDING) +IS_INTERACTIVE= yes +.endif + +.if !defined(BATCH) && !defined(PACKAGE_BUILDING) +pre-fetch: ${SH} ${PKGINSTALL} ${PKGNAME} PRE-INSTALL .endif |