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:
David E. O'Brien 2001-03-11 00:41:39 +00:00
parent 6bfd8f3867
commit ad487d3041
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=39491

View File

@ -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>