summaryrefslogtreecommitdiff
path: root/x11
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>2000-10-08 09:23:53 +0000
committerSatoshi Asami <asami@FreeBSD.org>2000-10-08 09:23:53 +0000
commit41a1051858c22dc40380f4ff9a240ef5ad962525 (patch)
tree426c9d37f3a41b7bb117ef4d4ffa68c4c70f27ce /x11
parent${PKGDIR}/INSTALL -> ${PKGINSTALL}. It isn't checking the arguments (diff)
${PKGDIR}/INSTALL -> ${PKGINSTALL}. I'm also giving it PRE-INSTALL as
the second argument.
Notes
Notes: svn path=/head/; revision=33569
Diffstat (limited to 'x11')
-rw-r--r--x11/XFree86-4/Makefile4
-rw-r--r--x11/gdm/Makefile2
-rw-r--r--x11/gdm2/Makefile2
3 files changed, 4 insertions, 4 deletions
diff --git a/x11/XFree86-4/Makefile b/x11/XFree86-4/Makefile
index b1fbc4a4e62a..11d796e1e3e2 100644
--- a/x11/XFree86-4/Makefile
+++ b/x11/XFree86-4/Makefile
@@ -57,7 +57,7 @@ pre-fetch:
.if ${USA_RESIDENT} == NO
pre-fetch:
.if !defined(BATCH) && !defined(PACKAGE_BUILDING)
- ${SH} ${PKGDIR}/INSTALL
+ ${SH} ${PKGINSTALL} ${PKGNAME} PRE-INSTALL
.endif
MASTER_SITES+= ftp://psych.psy.uq.oz.au/pub/X11R5/ \
ftp://ftp.internat.freebsd.org/pub/FreeBSD/X11-Crypto/ \
@@ -69,7 +69,7 @@ IGNOREFILES= Wraphelp.c
.if ${USA_RESIDENT} == YES
pre-fetch:
.if !defined(BATCH) && !defined(PACKAGE_BUILDING)
- ${SH} ${PKGDIR}/INSTALL
+ ${SH} ${PKGINSTALL} ${PKGNAME} PRE-INSTALL
.endif
@${ECHO}
@${ECHO} Assuming that you have fetched a USA-Legal Wraphelp.c.
diff --git a/x11/gdm/Makefile b/x11/gdm/Makefile
index 2972e943ae11..cb9e7c31807d 100644
--- a/x11/gdm/Makefile
+++ b/x11/gdm/Makefile
@@ -24,7 +24,7 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
pre-fetch:
.if !defined(BATCH) && !defined(PACKAGE_BUILDING)
- ${SH} ${PKGDIR}/INSTALL
+ ${SH} ${PKGINSTALL} ${PKGNAME} PRE-INSTALL
.endif
pre-patch:
diff --git a/x11/gdm2/Makefile b/x11/gdm2/Makefile
index 2972e943ae11..cb9e7c31807d 100644
--- a/x11/gdm2/Makefile
+++ b/x11/gdm2/Makefile
@@ -24,7 +24,7 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
pre-fetch:
.if !defined(BATCH) && !defined(PACKAGE_BUILDING)
- ${SH} ${PKGDIR}/INSTALL
+ ${SH} ${PKGINSTALL} ${PKGNAME} PRE-INSTALL
.endif
pre-patch: