mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
43d6da6497
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.
20 lines
395 B
Makefile
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>
|