mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
Totally turn off the processing of MESSAGE until I can remember what the
one that did not get committed had to say.
This commit is contained in:
parent
6bfd8f3867
commit
ad487d3041
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=39491
@ -25,7 +25,7 @@ MAN8= autologin.8 console.8 conserver.8
|
||||
DEFAULTHOST?= localhost
|
||||
DEFAULTPORT?= 782
|
||||
MAKE_ENV+= DEFAULTHOST="${DEFAULTHOST}" DEFAULTPORT="${DEFAULTPORT}"
|
||||
PKGMESSAGE= ${WRKDIR}/MESSAGE
|
||||
#PKGMESSAGE= ${WRKDIR}/MESSAGE
|
||||
|
||||
do-build:
|
||||
${PERL} -pi.orig -e 's:/usr/local/lib:${PREFIX}/etc:g' \
|
||||
@ -64,6 +64,6 @@ do-install:
|
||||
@${ECHO_MSG} "Installing ${PREFIX}/etc/rc.d/conserver.sh startup file."
|
||||
@${INSTALL_SCRIPT} -m 751 ${FILESDIR}/conserver.sh ${PREFIX}/etc/rc.d
|
||||
.endif
|
||||
@${CAT} ${PKGMESSAGE}
|
||||
@# ${CAT} ${PKGMESSAGE}
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
Loading…
Reference in New Issue
Block a user