diff options
author | Hye-Shik Chang <perky@FreeBSD.org> | 2003-07-11 17:18:29 +0000 |
---|---|---|
committer | Hye-Shik Chang <perky@FreeBSD.org> | 2003-07-11 17:18:29 +0000 |
commit | 7cc5f661b1b7423d3f22984c5ed1f81e5d98e305 (patch) | |
tree | 7767e05283f8c36da807b98414b634b36ca886d6 /emulators | |
parent | Updated to 0.93 (diff) |
Remove pre-install target running ${PKGREQ}. It's replaced by CONFLICT.
Pointed out by: kris
Notes
Notes:
svn path=/head/; revision=84683
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/linux_base-debian/Makefile | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/emulators/linux_base-debian/Makefile b/emulators/linux_base-debian/Makefile index 2f2cf991f993..90862de75323 100644 --- a/emulators/linux_base-debian/Makefile +++ b/emulators/linux_base-debian/Makefile @@ -66,9 +66,6 @@ do-patch: build-depends brandelf -t Linux ${WRKSRC}/${LIBC6NAME}/sbin/ldconfig && \ ${DPKG_CMD} -b ${LIBC6NAME} -pre-install: - @PKG_PREFIX="${PREFIX}" ${SH} ${PKGREQ} INSTALL - do-install: # Create /dev/null for the chrooted environment ${MKDIR} ${PREFIX}/dev |