Index: head/devel/py-notifier/Makefile =================================================================== --- head/devel/py-notifier/Makefile (revision 182539) +++ head/devel/py-notifier/Makefile (revision 182540) @@ -1,38 +1,31 @@ # New ports collection makefile for: py-notifier # Date created: 2006-12-31 # Whom: Li-Wen Hsu # # $FreeBSD$ # 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 MAINTAINER= lwhsu@lwhsu.org COMMENT= A generic notifier/event scheduler abstraction USE_PYTHON= yes USE_PYDISTUTILS= yes EXAMPLESDIR= ${TARGETDIR}/share/examples/py-${PORTNAME} WRKSRC= ${WRKDIR}/py${PORTNAME}-${PORTVERSION} -.include - -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 +.include Property changes on: head/devel/py-notifier/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.1 \ No newline at end of property +1.2 \ No newline at end of property