diff options
author | David E. O'Brien <obrien@FreeBSD.org> | 1996-11-12 02:19:40 +0000 |
---|---|---|
committer | David E. O'Brien <obrien@FreeBSD.org> | 1996-11-12 02:19:40 +0000 |
commit | d23a79568090d280bf3beb199bb97f0572234984 (patch) | |
tree | 8af4f4b16bdda8a7b54ff123a7cfe5fcc38c203c /emulators/linux_base-suse-9.1 | |
parent | b72f3823ec582474b4ab98fe3c46fecea0d4ddab (diff) | |
download | ports-d23a79568090d280bf3beb199bb97f0572234984.tar.gz ports-d23a79568090d280bf3beb199bb97f0572234984.zip |
Notes
Diffstat (limited to 'emulators/linux_base-suse-9.1')
-rw-r--r-- | emulators/linux_base-suse-9.1/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/emulators/linux_base-suse-9.1/Makefile b/emulators/linux_base-suse-9.1/Makefile index 5a0f23409ac9..9829821038f7 100644 --- a/emulators/linux_base-suse-9.1/Makefile +++ b/emulators/linux_base-suse-9.1/Makefile @@ -3,7 +3,7 @@ # Date created: # Whom: erich@FreeBSD.org # -# $Id: Makefile,v 1.8 1996/03/29 14:46:25 erich Exp $ +# $Id: Makefile,v 1.9 1996/10/28 15:20:13 erich Exp $ # DISTNAME= linux_lib-2.1 @@ -16,6 +16,6 @@ WRKSRC= ${WRKDIR} NO_MTREE= yes pre-install: - @[ -d ${PREFIX} ] || mkdir -p ${PREFIX} + @[ -d ${PREFIX} ] || ${MKDIR} ${PREFIX} .include <bsd.port.mk> |