diff options
author | Andrey A. Chernov <ache@FreeBSD.org> | 2001-12-17 22:42:12 +0000 |
---|---|---|
committer | Andrey A. Chernov <ache@FreeBSD.org> | 2001-12-17 22:42:12 +0000 |
commit | 411c75efacd4bfed032b9da5ffe73b60501bec53 (patch) | |
tree | 77e59c64fca410feac30956b8f477321e0083f3a /security | |
parent | 3e98beaf8ab94a1b2240fd6e6308afc46f5ab702 (diff) | |
download | ports-411c75efacd4bfed032b9da5ffe73b60501bec53.tar.gz ports-411c75efacd4bfed032b9da5ffe73b60501bec53.zip |
Notes
Diffstat (limited to 'security')
-rw-r--r-- | security/drweb-sendmail/Makefile | 6 | ||||
-rw-r--r-- | security/drweb-sendmail/distinfo | 2 |
2 files changed, 5 insertions, 3 deletions
diff --git a/security/drweb-sendmail/Makefile b/security/drweb-sendmail/Makefile index 29c329df08bc..c88ab2cf9b3b 100644 --- a/security/drweb-sendmail/Makefile +++ b/security/drweb-sendmail/Makefile @@ -7,6 +7,7 @@ PORTNAME= drweb_sendmail PORTVERSION= 4.26c +PORTREVISION= 1 CATEGORIES= security mail MASTER_SITES= http://www.drweb.ru/ftp/web_pub/ DISTNAME= drwebd-${PORTVERSION}-freebsd4 @@ -51,8 +52,9 @@ IGNORE= "depends on the Sendmail sources. Please place them somewhere first and .endif post-extract: - cd ${WRKDIR}/${DISTNAME} && ${TAR} -xzf ${WRKDIR}/${DISTNAME}/${DISTNAME}.tar.gz clients/sendmail - cd ${WRKDIR}/${DISTNAME} && ${TAR} -xzf ${LOCALBASE}/drweb/drwebd_4.26c_update.tgz clients/drwebdc + cd ${WRKDIR}/${DISTNAME} && \ + ${TAR} -xzf ${WRKDIR}/${DISTNAME}/${DISTNAME}.tar.gz \ + clients/sendmail clients/drwebdc post-configure: ${MKDIR} ${WRKSRC}/libmilter ${WRKSRC}/libsmutil diff --git a/security/drweb-sendmail/distinfo b/security/drweb-sendmail/distinfo index 9c8c5c0fe04e..7efea82f2db4 100644 --- a/security/drweb-sendmail/distinfo +++ b/security/drweb-sendmail/distinfo @@ -1 +1 @@ -MD5 (drwebd-4.26c-freebsd4.tgz) = 597d53b1c191e2cd41e671d5c2f2e69c +MD5 (drwebd-4.26c-freebsd4.tgz) = cecde2b1986c0e7fb34ed6f5cc195421 |