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:
parent
16acbb5179
commit
efcf1d1880
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=29745
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user