freebsd-ports/japanese/plan/Makefile
Akinori MUSHA 0b10204950 Use ${ECHO_CMD} instead of ${ECHO} where you mean the echo command;
the ECHO macro is set to "echo" by default, but it is set to "true" if
make(1) is invoked with the -s option while ECHO_CMD is always set to
the echo command.

Use command macros where appropriate.
2002-01-29 11:08:52 +00:00

32 lines
712 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$
#
PORTNAME= plan
PORTVERSION= 1.8.4
CATEGORIES= japanese
MAINTAINER= ports@FreeBSD.org
MAKE_ENV+= JAPANESE=yes
MASTERDIR= ${.CURDIR}/../../deskutils/plan
PLIST= ${WRKDIR}/PLIST
EXTRA_PATCHES= ${.CURDIR}/files/patch-*
post-build:
${ECHO_CMD} share/doc/plan/plan_calEUC.ps > ${WRKDIR}/PLIST
${CAT} ${MASTERDIR}/pkg-plist >> ${WRKDIR}/PLIST
post-install:
@${MKDIR} ${PREFIX}/share/netplan.dir
${CHMOD} 1777 ${PREFIX}/share/netplan.dir
${INSTALL_DATA} ${.CURDIR}/files/plan_calEUC.ps ${PREFIX}/share/doc/plan
.include "${MASTERDIR}/Makefile"