diff options
Diffstat (limited to 'emulators/linux_base/Makefile')
-rw-r--r-- | emulators/linux_base/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/emulators/linux_base/Makefile b/emulators/linux_base/Makefile index 9b0589b0b5f..f8266a714dd 100644 --- a/emulators/linux_base/Makefile +++ b/emulators/linux_base/Makefile @@ -3,7 +3,7 @@ # Date created: # Whom: erich@FreeBSD.org # -# $Id: Makefile,v 1.2 1995/11/05 11:54:58 jkh Exp $ +# $Id: Makefile,v 1.3 1995/11/06 15:18:05 erich Exp $ # DISTNAME= linux_lib @@ -13,7 +13,7 @@ MAINTAINER= erich@FreeBSD.org PREFIX= /compat/linux/ WRKSRC= ${WRKDIR} -pre-build: - @mkdir -p ${PREFIX} +pre-install: + @[ -d ${PREFIX} ] || mkdir -p ${PREFIX} .include <bsd.port.mk> |