aboutsummaryrefslogtreecommitdiff
path: root/x11/gdm2
diff options
context:
space:
mode:
authorMaxim Sobolev <sobomax@FreeBSD.org>2002-03-06 10:03:46 +0000
committerMaxim Sobolev <sobomax@FreeBSD.org>2002-03-06 10:03:46 +0000
commitb9d6df2dc1243b4b713daeef14747e6107e0d163 (patch)
tree3b74c87b8e4b8a14afbb7205baba27628a7587df /x11/gdm2
parent2126a39259b6261b95f9083f19358099d9cd4f3e (diff)
downloadports-b9d6df2dc1243b4b713daeef14747e6107e0d163.tar.gz
ports-b9d6df2dc1243b4b713daeef14747e6107e0d163.zip
Notes
Diffstat (limited to 'x11/gdm2')
-rw-r--r--x11/gdm2/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/x11/gdm2/Makefile b/x11/gdm2/Makefile
index 3f0101da094d..dbfe47978472 100644
--- a/x11/gdm2/Makefile
+++ b/x11/gdm2/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