summaryrefslogtreecommitdiff
path: root/security/drweb-sendmail
diff options
context:
space:
mode:
authorAndrey A. Chernov <ache@FreeBSD.org>2001-08-24 22:09:30 +0000
committerAndrey A. Chernov <ache@FreeBSD.org>2001-08-24 22:09:30 +0000
commitabb3134a4ddfe52dff660e5a53abb8af2edd3159 (patch)
tree7c2d1d5d60bc66206944320c65c4983a4fa1e041 /security/drweb-sendmail
parentUse ${CFLAGS} when compiling dwc (diff)
Fix my typo
Notes
Notes: svn path=/head/; revision=46823
Diffstat (limited to 'security/drweb-sendmail')
-rw-r--r--security/drweb-sendmail/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/security/drweb-sendmail/Makefile b/security/drweb-sendmail/Makefile
index ca8f15c08d0e..68a58c578743 100644
--- a/security/drweb-sendmail/Makefile
+++ b/security/drweb-sendmail/Makefile
@@ -68,8 +68,8 @@ do-install:
${INSTALL_PROGRAM} ${WRKSRC}/drweb-smf ${PREFIX}/sbin
${INSTALL_DATA} ${WRKSRC}/../sendmail/readme.sendmail ${DOC_DIR}
${INSTALL_DATA} ${WRKSRC}/../sendmail/readme.sendmail.rus ${DOC_DIR}
- ${SED} 's#!!PREFIX!!#${PREFIX}#' < ${FILESDIR}/drweb-smf.sh >${WRKSRC}/drwebsmf.sh
- ${INSTALL_SCRIPT} ${WRKSRC}/drweb-smf.sh ${PREFIX}/etc/rc.d
+ ${SED} 's#!!PREFIX!!#${PREFIX}#' < ${FILESDIR}/drweb-smf.sh >${WRKSRC}/drweb-smf.sh
+ ${INSTALL_SCRIPT} ${WRKSRC}/drweb-smf.sh ${PREFIX}/etc/rc.d/drwebsmf.sh
@${CAT} pkg-message
.include <bsd.port.post.mk>