diff options
author | asami <asami@FreeBSD.org> | 2000-10-08 17:23:53 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 2000-10-08 17:23:53 +0800 |
commit | fa9de8184b157bbe4a5718e947b00b6b44d76891 (patch) | |
tree | 40d24735438016e272b8747564a7b2e48cc4971a | |
parent | ca99ee5b790d66185511fe5fdaec892d2e3f1477 (diff) | |
download | freebsd-ports-gnome-fa9de8184b157bbe4a5718e947b00b6b44d76891.tar.gz freebsd-ports-gnome-fa9de8184b157bbe4a5718e947b00b6b44d76891.tar.zst freebsd-ports-gnome-fa9de8184b157bbe4a5718e947b00b6b44d76891.zip |
${PKGDIR}/INSTALL -> ${PKGINSTALL}. I'm also giving it PRE-INSTALL as
the second argument.
-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 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: |