diff options
author | erich <erich@FreeBSD.org> | 1995-11-08 15:06:30 +0000 |
---|---|---|
committer | erich <erich@FreeBSD.org> | 1995-11-08 15:06:30 +0000 |
commit | e1ca5f9da29eca52ee47ba3eac1af7c648ba3317 (patch) | |
tree | 1f6f4f0a211c6c7297fde811eb2dfff7965535c5 /emulators/linux_base-8 | |
parent | 074193efabd71e5470773e7f4bef85b1c1175b70 (diff) | |
download | FreeBSD-ports-e1ca5f9da29eca52ee47ba3eac1af7c648ba3317.zip FreeBSD-ports-e1ca5f9da29eca52ee47ba3eac1af7c648ba3317.tar.gz |
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.
Diffstat (limited to 'emulators/linux_base-8')
-rw-r--r-- | emulators/linux_base-8/Makefile | 6 | ||||
-rw-r--r-- | emulators/linux_base-8/distinfo | 2 |
2 files changed, 4 insertions, 4 deletions
diff --git a/emulators/linux_base-8/Makefile b/emulators/linux_base-8/Makefile index 9b0589b..f8266a7 100644 --- a/emulators/linux_base-8/Makefile +++ b/emulators/linux_base-8/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-8/distinfo b/emulators/linux_base-8/distinfo index 3051661..37e5e0f 100644 --- a/emulators/linux_base-8/distinfo +++ b/emulators/linux_base-8/distinfo @@ -1 +1 @@ -MD5 (linux_lib.tar.gz) = 0af970d86b60978484eaa9df9eca2a17 +MD5 (linux_lib.tar.gz) = 6fc3a99a8f12c50761ab2a3a68e6e0d3 |