aboutsummaryrefslogtreecommitdiff
path: root/news/bgrab/Makefile
diff options
context:
space:
mode:
authorKirill Ponomarev <krion@FreeBSD.org>2003-11-19 15:04:34 +0000
committerKirill Ponomarev <krion@FreeBSD.org>2003-11-19 15:04:34 +0000
commit9fc0a9005a100a1ffc302488a410c361eb2c6135 (patch)
tree762b54852e6cb76290d999e55e5e47064dbccd36 /news/bgrab/Makefile
parent25f62e981cdd9237e5d7721864708e4d4364a616 (diff)
- Update MASTER_SITES and WWW: line
PR: 59468 Submitted by: Ports Fury
Notes
Notes: svn path=/head/; revision=94380
Diffstat (limited to 'news/bgrab/Makefile')
-rw-r--r--news/bgrab/Makefile10
1 files changed, 6 insertions, 4 deletions
diff --git a/news/bgrab/Makefile b/news/bgrab/Makefile
index 85b3f9c2ac07..a1fb4aea2076 100644
--- a/news/bgrab/Makefile
+++ b/news/bgrab/Makefile
@@ -8,15 +8,17 @@
PORTNAME= bgrab
PORTVERSION= 1.3.6
CATEGORIES= news
-MASTER_SITES= http://www.student.dtu.dk/~c960941/bgrab/
-EXTRACT_SUFX= .tgz
+MASTER_SITES= http://bgrab.ifip.net/
MAINTAINER= ports@FreeBSD.org
COMMENT= Binary Grabber - downloads binaries from newsgroups
RUN_DEPENDS= mmencode:${PORTSDIR}/converters/mmencode
-post-extract:
- @${CP} ${FILESDIR}/Makefile.dist ${WRKSRC}/Makefile
+EXTRACT_AFTER_ARGS= | ${TAR} -zxf -
+
+USE_BZIP2= yes
+MAKEFILE= ${FILESDIR}/Makefile.dist
+MAKE_ENV= INSTALL_PROGRAM="${INSTALL_PROGRAM}"
.include <bsd.port.mk>