Use ${ECHO} instead of 'echo' (from PR), and additionally remove

outdated message about insufficient version of daemontools.

PR:		ports/18282
Submitted by:	KATO Tsuguru <tkato@prontomail.ne.jp>
This commit is contained in:
Neil Blakey-Milner 2000-06-21 12:37:51 +00:00
parent 16acbb5179
commit efcf1d1880
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=29745

View File

@ -1,4 +1,4 @@
# New ports collection makefile for: publicfile-0.52
# New ports collection makefile for: publicfile
# Date created: 24 Jan 2000
# Whom: Neil Blakey-Milner
#
@ -18,11 +18,8 @@ ALL_TARGET= it
INSTALL_TARGET= setup check
post-patch:
@echo "${CC} ${CFLAGS}" > ${WRKSRC}/conf-cc
@echo "${CC} -s" > ${WRKSRC}/conf-ld
@echo "${PREFIX}" > ${WRKSRC}/conf-home
post-install:
@${CAT} ${PKGMESSAGE}
@${ECHO} "${CC} ${CFLAGS}" > ${WRKSRC}/conf-cc
@${ECHO} "${CC} -s" > ${WRKSRC}/conf-ld
@${ECHO} "${PREFIX}" > ${WRKSRC}/conf-home
.include <bsd.port.mk>