mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-01 01:17:02 +00:00
218bc09281
livecd.sh fails due to bad syntax used in the file. running sh livecd.sh will report syntax error. PR: ports/74900 Submitted by: J. Johnston <jeremy@smart-serv.net>
29 lines
653 B
Makefile
29 lines
653 B
Makefile
# New ports collection makefile for: FreeBSD LiveCD
|
|
# Date created: Wed Jun 26 21:40:01 UTC 2002
|
|
# Whom: Edson Brandi <ebrandi.home@uol.com.br> et al
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= livecd
|
|
PORTVERSION= 1.2.4b
|
|
PORTREVISION= 2
|
|
CATEGORIES= sysutils
|
|
MASTER_SITES= http://www.primeirospassos.org/
|
|
|
|
MAINTAINER= ebrandi.home@uol.com.br
|
|
COMMENT= Tool Set to create custom FreeBSD LiveCD
|
|
|
|
RUN_DEPENDS= mkisofs:${PORTSDIR}/sysutils/cdrtools
|
|
|
|
USE_REINPLACE= yes
|
|
NO_BUILD= yes
|
|
MAKE_ENV= INSTALL_DATA="${INSTALL_DATA}" \
|
|
INSTALL_SCRIPT="${INSTALL_SCRIPT}"
|
|
|
|
post-patch:
|
|
@${REINPLACE_CMD} -E -e 's|/usr/local/|${PREFIX}|' \
|
|
${WRKSRC}/Makefile
|
|
|
|
.include <bsd.port.mk>
|