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/gdm | |
parent | 1e981237afb7445fd321dc40a146f5addfbed5e1 (diff) |
Notes
Diffstat (limited to 'x11/gdm')
-rw-r--r-- | x11/gdm/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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: |