diff options
author | Andrey A. Chernov <ache@FreeBSD.org> | 2001-08-24 22:09:30 +0000 |
---|---|---|
committer | Andrey A. Chernov <ache@FreeBSD.org> | 2001-08-24 22:09:30 +0000 |
commit | abb3134a4ddfe52dff660e5a53abb8af2edd3159 (patch) | |
tree | 7c2d1d5d60bc66206944320c65c4983a4fa1e041 /security | |
parent | Use ${CFLAGS} when compiling dwc (diff) |
Fix my typo
Notes
Notes:
svn path=/head/; revision=46823
Diffstat (limited to 'security')
-rw-r--r-- | security/drweb-sendmail/Makefile | 4 |
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> |