summaryrefslogtreecommitdiff
path: root/emulators/linux_base-6
diff options
context:
space:
mode:
authorEric L. Hernes <erich@FreeBSD.org>1995-11-08 15:06:30 +0000
committerEric L. Hernes <erich@FreeBSD.org>1995-11-08 15:06:30 +0000
commit43d6da649775b14957422d54c3a1f71779e4c392 (patch)
tree00b8e49afdcf0fad78b702f23992f86f4053ee8d /emulators/linux_base-6
parentadded more libraries to the package (diff)
third time's a charm
1) fixed symlinks in the distfile 2) chaged `pre-buid' to `pre-install' 3) allowed `mkdir ${PREFIX}' to fail gracefully looks like a package will work now.
Notes
Notes: svn path=/head/; revision=2398
Diffstat (limited to 'emulators/linux_base-6')
-rw-r--r--emulators/linux_base-6/Makefile6
-rw-r--r--emulators/linux_base-6/distinfo2
2 files changed, 4 insertions, 4 deletions
diff --git a/emulators/linux_base-6/Makefile b/emulators/linux_base-6/Makefile
index 9b0589b0b5fb..f8266a714dde 100644
--- a/emulators/linux_base-6/Makefile
+++ b/emulators/linux_base-6/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>
diff --git a/emulators/linux_base-6/distinfo b/emulators/linux_base-6/distinfo
index 305166144aa6..37e5e0fcd07e 100644
--- a/emulators/linux_base-6/distinfo
+++ b/emulators/linux_base-6/distinfo
@@ -1 +1 @@
-MD5 (linux_lib.tar.gz) = 0af970d86b60978484eaa9df9eca2a17
+MD5 (linux_lib.tar.gz) = 6fc3a99a8f12c50761ab2a3a68e6e0d3