summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authorAndrey A. Chernov <ache@FreeBSD.org>2001-08-24 19:46:27 +0000
committerAndrey A. Chernov <ache@FreeBSD.org>2001-08-24 19:46:27 +0000
commit422105ec01d792ca13c094e2537e69118eeb81ff (patch)
tree19fc4775231a94b1e58c34c689a94cc5313c8bc9 /security
parentPrint pkg-message note and ask for confirmation before anything else (diff)
Hide extraction process
Notes
Notes: svn path=/head/; revision=46818
Diffstat (limited to 'security')
-rw-r--r--security/drweb-sendmail/Makefile2
-rw-r--r--security/drweb/Makefile4
2 files changed, 3 insertions, 3 deletions
diff --git a/security/drweb-sendmail/Makefile b/security/drweb-sendmail/Makefile
index 744fe20b41ee..80578207e7ae 100644
--- a/security/drweb-sendmail/Makefile
+++ b/security/drweb-sendmail/Makefile
@@ -46,7 +46,7 @@ IGNORE= "depends on the system sources. Please place them under /usr/src first"
.endif
post-extract:
- cd ${WRKDIR}/${DISTNAME} && ${TAR} -xvzf ${WRKDIR}/${DISTNAME}/${DISTNAME}.tar.gz clients/drwebdc clients/sendmail
+ cd ${WRKDIR}/${DISTNAME} && ${TAR} -xzf ${WRKDIR}/${DISTNAME}/${DISTNAME}.tar.gz clients/drwebdc clients/sendmail
pre-build:
@${CAT} pkg-message
diff --git a/security/drweb/Makefile b/security/drweb/Makefile
index 5974ff4f3796..c42a7bdd03a9 100644
--- a/security/drweb/Makefile
+++ b/security/drweb/Makefile
@@ -20,8 +20,8 @@ DRWEB_PREFIX= ${PREFIX}/${PORTNAME}
do-install:
-@${MKDIR} -v ${DRWEB_PREFIX}
- ${TAR} -xvzf ${WRKSRC}/${DISTNAME}.tar.gz -C ${DRWEB_PREFIX} --exclude *.ini
- ${TAR} -xvzOf ${WRKSRC}/${DISTNAME}.tar.gz drweb32.ini >${DRWEB_PREFIX}/drweb32.ini.sample
+ ${TAR} -xzf ${WRKSRC}/${DISTNAME}.tar.gz -C ${DRWEB_PREFIX} --exclude *.ini
+ ${TAR} -xzOf ${WRKSRC}/${DISTNAME}.tar.gz drweb32.ini >${DRWEB_PREFIX}/drweb32.ini.sample
${SED} 's#!!PREFIX!!#${DRWEB_PREFIX}#' < ${FILESDIR}/drwebd.sh >${WRKSRC}/drwebd.sh
${INSTALL_SCRIPT} ${WRKSRC}/drwebd.sh ${PREFIX}/etc/rc.d