summaryrefslogtreecommitdiffstats
path: root/security/drweb/Makefile
diff options
context:
space:
mode:
authorache <ache@FreeBSD.org>2001-08-25 08:00:13 +0000
committerache <ache@FreeBSD.org>2001-08-25 08:00:13 +0000
commit95ee41110b724087ba231ae977aeb11c72fa48b5 (patch)
tree5d0322819bdec83ab881a254f6434a6418ab0d32 /security/drweb/Makefile
parent7eff28a3c055c9b883a9d9ac8ed61581cf38dea5 (diff)
downloadFreeBSD-ports-95ee41110b724087ba231ae977aeb11c72fa48b5.zip
FreeBSD-ports-95ee41110b724087ba231ae977aeb11c72fa48b5.tar.gz
Silence patch, add some comments, cleanup after patch
Diffstat (limited to 'security/drweb/Makefile')
-rw-r--r--security/drweb/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/security/drweb/Makefile b/security/drweb/Makefile
index 7946c7e..fb0544f 100644
--- a/security/drweb/Makefile
+++ b/security/drweb/Makefile
@@ -1,4 +1,4 @@
-# New ports collection makefile for: tas
+# New ports collection makefile for: drweb
# Date created: 14 August 2001
# Whom: Anton Voronin <anton@urc.ac.ru>
#
@@ -16,6 +16,7 @@ MAINTAINER= anton@urc.ac.ru
NO_BUILD= YES
+# Needed for update.pl
RUN_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/mach/String/CRC32.pm:${PORTSDIR}/devel/p5-String-CRC32
DRWEB_PREFIX= ${PREFIX}/${PORTNAME}
@@ -25,7 +26,7 @@ do-install:
${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
- cd ${DRWEB_PREFIX}/update; patch < ${FILESDIR}/update-patch
+ cd ${DRWEB_PREFIX}/update; patch -s < ${FILESDIR}/update-patch && ${RM} update.pl.orig
${INSTALL_SCRIPT} ${WRKSRC}/drwebd.sh ${PREFIX}/etc/rc.d
.include <bsd.port.mk>
OpenPOWER on IntegriCloud