mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-05 22:43:24 +00:00
7acef1cd7a
spelled out (many of which are ${PKGDIR}/MESSAGE -> ${PKGMESSAGE} type fixes that shouldn't have been necessary) and the string "/pkg/" appear.
17 lines
282 B
Makefile
17 lines
282 B
Makefile
# New ports collection makefile for: Ruby-Racc-runtime
|
|
# Date created: 22 Aug 2000
|
|
# Whom: Akinori MUSHA aka knu <knu@idaemons.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
MASTERDIR= ${.CURDIR}/../ruby-racc
|
|
|
|
PKGNAMESUFFIX= -runtime
|
|
|
|
PKGDIR= ${.CURDIR}
|
|
|
|
RUNTIME= yes
|
|
|
|
.include "${MASTERDIR}/Makefile"
|