diff options
author | ache <ache@FreeBSD.org> | 2001-08-25 11:40:57 +0000 |
---|---|---|
committer | ache <ache@FreeBSD.org> | 2001-08-25 11:40:57 +0000 |
commit | afe2dfe95d4635146d81263542454c0ceca7fdde (patch) | |
tree | 3a6c2fa4aa37d61dfb7d81e59bebeb2192487d2d | |
parent | 39c86231683c3b7f968ca10336e873faa18d1545 (diff) | |
download | FreeBSD-ports-afe2dfe95d4635146d81263542454c0ceca7fdde.zip FreeBSD-ports-afe2dfe95d4635146d81263542454c0ceca7fdde.tar.gz |
Install drwebdc too
-rw-r--r-- | security/drweb-sendmail/Makefile | 3 | ||||
-rw-r--r-- | security/drweb-sendmail/pkg-plist | 1 |
2 files changed, 3 insertions, 1 deletions
diff --git a/security/drweb-sendmail/Makefile b/security/drweb-sendmail/Makefile index 4bf289e..a3fe105 100644 --- a/security/drweb-sendmail/Makefile +++ b/security/drweb-sendmail/Makefile @@ -65,7 +65,8 @@ pre-build: do-install: ${MKDIR} ${DOC_DIR} - ${INSTALL_PROGRAM} ${WRKSRC}/drweb-smf ${PREFIX}/sbin + ${INSTALL_PROGRAM} ${WRKSRC}/drweb-smf ${PREFIX}/sbin/ + ${INSTALL_PROGRAM} ${WRKSRC}/drwebdc ${PREFIX}/drweb/ ${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}/drweb-smf.sh diff --git a/security/drweb-sendmail/pkg-plist b/security/drweb-sendmail/pkg-plist index ad54744..e3dabc0 100644 --- a/security/drweb-sendmail/pkg-plist +++ b/security/drweb-sendmail/pkg-plist @@ -1,3 +1,4 @@ +drweb/drwebdc @unexec if [ -f %D/etc/rc.d/drwebsmf.sh ] && cmp -s %D/etc/rc.d/drwebsmf.sh %D/etc/rc.d/drwebsmf.sh-dist; then rm -f %D/etc/rc.d/drwebsmf.sh; fi etc/rc.d/drwebsmf.sh-dist @exec if [ ! -f %D/etc/rc.d/drwebsmf.sh ] ; then cp -p %D/%F %B/drwebsmf.sh; fi |