mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +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.
26 lines
494 B
Makefile
26 lines
494 B
Makefile
# ex:ts=8
|
|
# Ports collection makefile for: plan
|
|
# Date created: Sat Jan 31, 1998
|
|
# Whom: David O'Brien (obrien@cs.ucdavis.edu)
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
BROKEN= "doesn't build properly from version 1.7.1"
|
|
|
|
CATEGORIES= japanese
|
|
|
|
MAKE_ENV+= JAPANESE=yes
|
|
|
|
MASTERDIR= ${.CURDIR}/../../deskutils/plan
|
|
|
|
.include "${MASTERDIR}/Makefile"
|
|
|
|
MAINTAINER= obrien@FreeBSD.org
|
|
|
|
PLIST= ${WRKDIR}/PLIST
|
|
|
|
pre-install:
|
|
${ECHO} "share/doc/plan/plan_calSJ.ps" > ${PLIST}
|
|
${CAT} ${PKGDIR}/pkg-plist >> ${PLIST}
|