diff options
author | Satoshi Asami <asami@FreeBSD.org> | 2000-10-08 09:23:53 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 2000-10-08 09:23:53 +0000 |
commit | 41a1051858c22dc40380f4ff9a240ef5ad962525 (patch) | |
tree | 426c9d37f3a41b7bb117ef4d4ffa68c4c70f27ce /x11/gdm2/Makefile | |
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/gdm2/Makefile')
-rw-r--r-- | x11/gdm2/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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: |