Output PREFIX safe pkg/MESSAGE.

PR:		ports/19188
Submitted by:	Maintainer
This commit is contained in:
Akinori MUSHA 2000-06-11 07:48:08 +00:00
parent 92e1cb0ffd
commit e83a709d64
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=29516

View File

@ -138,7 +138,7 @@ do-install:
@${MKDIR} /usr/local/etc/rc.d
@${LN} -sf ${PREFIX}/rc /usr/local/etc/rc.d/qmail.sh
@${ECHO}
@${SED} s!/usr/local/!${PREFIX}/!g ${PKGDIR}/MESSAGE | /usr/bin/fmt
@${SED} s!/var/qmail!${PREFIX}/!g ${PKGDIR}/MESSAGE | /usr/bin/fmt
# hack to allow slave ports to include bsd.port.pre.mk and then this file
.if defined(_PREMKINCLUDED)