aboutsummaryrefslogtreecommitdiffstats
path: root/devel
diff options
context:
space:
mode:
authormiwi <miwi@FreeBSD.org>2007-01-17 05:28:18 +0800
committermiwi <miwi@FreeBSD.org>2007-01-17 05:28:18 +0800
commit2d6ff16ce390e289e7ce3bf5947485ed319983ee (patch)
tree3585bf883f730cf4d40886be64a1ce6c0fa4b6a1 /devel
parent7f3360625434ac1507e1ecbc00c4ee6c58aba1ad (diff)
downloadfreebsd-ports-gnome-2d6ff16ce390e289e7ce3bf5947485ed319983ee.tar.gz
freebsd-ports-gnome-2d6ff16ce390e289e7ce3bf5947485ed319983ee.tar.zst
freebsd-ports-gnome-2d6ff16ce390e289e7ce3bf5947485ed319983ee.zip
- Fix MASTER_SITES
PR: 108018 Submitted by: pointyhat via kris Fixed by: maintainer
Diffstat (limited to 'devel')
-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>