diff options
-rw-r--r-- | x11/XFree86-4/Makefile | 4 | ||||
-rw-r--r-- | x11/gdm/Makefile | 2 | ||||
-rw-r--r-- | x11/gdm2/Makefile | 2 |
3 files changed, 4 insertions, 4 deletions
diff --git a/x11/XFree86-4/Makefile b/x11/XFree86-4/Makefile index b1fbc4a..11d796e 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 2972e94..cb9e7c3 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 2972e94..cb9e7c3 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: |