1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-24 21:01:20 +00:00
freebsd-ports/emulators/linux_base-suse-9.2/Makefile
Eric L. Hernes 43d6da6497 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.
1995-11-08 15:06:30 +00:00

20 lines
395 B
Makefile

# New ports collection makefile for: linux_lib
# Version required: 1.0
# Date created:
# Whom: erich@FreeBSD.org
#
# $Id: Makefile,v 1.3 1995/11/06 15:18:05 erich Exp $
#
DISTNAME= linux_lib
CATEGORIES= emulators
MAINTAINER= erich@FreeBSD.org
PREFIX= /compat/linux/
WRKSRC= ${WRKDIR}
pre-install:
@[ -d ${PREFIX} ] || mkdir -p ${PREFIX}
.include <bsd.port.mk>