diff options
author | ache <ache@FreeBSD.org> | 2001-10-08 07:49:31 +0000 |
---|---|---|
committer | ache <ache@FreeBSD.org> | 2001-10-08 07:49:31 +0000 |
commit | be5ab8da945a0c71b10558ec38da4508e01f570d (patch) | |
tree | d26ddad59f5e6702179e7360825d5d7d92e6aefa /security/drweb-sendmail | |
parent | b793b4cb0aa7c74aea7f337691af88bef4a514be (diff) | |
download | FreeBSD-ports-be5ab8da945a0c71b10558ec38da4508e01f570d.zip FreeBSD-ports-be5ab8da945a0c71b10558ec38da4508e01f570d.tar.gz |
Install drwebdc into sbin
Diffstat (limited to 'security/drweb-sendmail')
-rw-r--r-- | security/drweb-sendmail/Makefile | 4 | ||||
-rw-r--r-- | security/drweb-sendmail/pkg-plist | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/security/drweb-sendmail/Makefile b/security/drweb-sendmail/Makefile index 82efc5f..7b0bdea 100644 --- a/security/drweb-sendmail/Makefile +++ b/security/drweb-sendmail/Makefile @@ -7,7 +7,7 @@ PORTNAME= drweb_sendmail PORTVERSION= 4.26 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= security mail MASTER_SITES= http://www.drweb.ru/ftp/web_pub/ DISTNAME= drwebd-${PORTVERSION}-freebsd4 @@ -109,7 +109,7 @@ pre-install: do-install: ${MKDIR} ${DOC_DIR} ${INSTALL_PROGRAM} ${WRKSRC}/drweb-smf ${PREFIX}/sbin/ - ${INSTALL_PROGRAM} ${WRKSRC}/drwebdc ${PREFIX}/drweb/ + ${INSTALL_PROGRAM} ${WRKSRC}/drwebdc ${PREFIX}/sbin/ cd ${WRKSRC}/../sendmail; \ ${INSTALL_DATA} example* readme.* sendmail.*.addon ${DOC_DIR} cd ${WRKSRC}/../sendmail; \ diff --git a/security/drweb-sendmail/pkg-plist b/security/drweb-sendmail/pkg-plist index 5c86d38..35772a4 100644 --- a/security/drweb-sendmail/pkg-plist +++ b/security/drweb-sendmail/pkg-plist @@ -1,8 +1,8 @@ -drweb/drwebdc @unexec if [ -f %D/etc/rc.d/drweb-sendmail.sh ] && cmp -s %D/etc/rc.d/drweb-sendmail.sh %D/etc/rc.d/drweb-sendmail.sh-dist; then rm -f %D/etc/rc.d/drweb-sendmail.sh; fi etc/rc.d/drweb-sendmail.sh-dist @exec if [ ! -f %D/etc/rc.d/drweb-sendmail.sh ] ; then cp -p %D/%F %B/drweb-sendmail.sh; chmod 555 %B/drweb-sendmail.sh; fi sbin/drweb-smf +sbin/drwebdc share/doc/drweb-sendmail/example.sh share/doc/drweb-sendmail/example-rus.sh share/doc/drweb-sendmail/readme.sendmail |