summaryrefslogtreecommitdiff
path: root/devel/py-notifier
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2007-01-16 21:28:18 +0000
committerMartin Wilke <miwi@FreeBSD.org>2007-01-16 21:28:18 +0000
commit3d7c79f182b38b5cc35dcb3b907a4d6e7cf38b69 (patch)
tree5da30d01bf4469418688f3e43f297d8e989a5e8e /devel/py-notifier
parent- Updated to 4.57.6 (diff)
- Fix MASTER_SITES
PR: 108018 Submitted by: pointyhat via kris Fixed by: maintainer
Notes
Notes: svn path=/head/; revision=182540
Diffstat (limited to 'devel/py-notifier')
-rw-r--r--devel/py-notifier/Makefile11
1 files changed, 2 insertions, 9 deletions
diff --git a/devel/py-notifier/Makefile b/devel/py-notifier/Makefile
index 579f335c81b3..6f89c690d364 100644
--- a/devel/py-notifier/Makefile
+++ b/devel/py-notifier/Makefile
@@ -8,7 +8,7 @@
PORTNAME= notifier
PORTVERSION= 0.5.7
CATEGORIES= devel python
-MASTER_SITES= # http://www.bitkipper.net/Downloads/pynotifier
+MASTER_SITES= http://www.bitkipper.net/bytes/pynotifier/source/
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DISTNAME= py${PORTNAME}_${PORTVERSION}-1
@@ -22,17 +22,10 @@ EXAMPLESDIR= ${TARGETDIR}/share/examples/py-${PORTNAME}
WRKSRC= ${WRKDIR}/py${PORTNAME}-${PORTVERSION}
-.include <bsd.port.pre.mk>
-
-do-fetch:
-.if !exists(${DISTDIR}/${DISTNAME}${EXTRACT_SUFX})
- ${FETCH_CMD} -o "${DISTDIR}/${DISTNAME}${EXTRACT_SUFX}" "http://www.bitkipper.net/Downloads/pynotifier?action=AttachFile&do=get&target=${DISTFILES}"
-.endif
-
.if !defined(NOPORTDOCS)
post-install:
${MKDIR} ${EXAMPLESDIR}
${CP} ${WRKSRC}/examples/* ${EXAMPLESDIR}
.endif
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>