From 8e2258fb583c830ebca6b97976823fdc4812164e Mon Sep 17 00:00:00 2001 From: Li-Wen Hsu Date: Thu, 17 Apr 2014 07:30:11 +0000 Subject: [PATCH] - Staging - Add LICENSE - Pet portlint PR: ports/188529 Submitted by: Bartek Rutkowski --- devel/py-notifier/Makefile | 9 +++++---- devel/py-notifier/pkg-descr | 2 +- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/devel/py-notifier/Makefile b/devel/py-notifier/Makefile index 17505d425063..bfe0b6827708 100644 --- a/devel/py-notifier/Makefile +++ b/devel/py-notifier/Makefile @@ -9,7 +9,9 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DISTNAME= py${PORTNAME}_${PORTVERSION}-1 MAINTAINER= lwhsu@FreeBSD.org -COMMENT= A generic notifier/event scheduler abstraction +COMMENT= Generic notifier/event scheduler abstraction + +LICENSE= LGPL20 USE_PYTHON= yes USE_PYDISTUTILS= yes @@ -20,10 +22,9 @@ EXAMPLESDIR= ${PREFIX}/share/examples/py-${PORTNAME} WRKSRC= ${WRKDIR}/py${PORTNAME}-${PORTVERSION} .if !defined(NOPORTEXAMPLES) -NO_STAGE= yes post-install: - ${MKDIR} ${EXAMPLESDIR} - ${CP} ${WRKSRC}/examples/*.py ${EXAMPLESDIR} + ${MKDIR} ${STAGEDIR}${EXAMPLESDIR} + ${CP} ${WRKSRC}/examples/*.py ${STAGEDIR}${EXAMPLESDIR} .endif .include diff --git a/devel/py-notifier/pkg-descr b/devel/py-notifier/pkg-descr index 82cc7725e561..3c0c28a37ec1 100644 --- a/devel/py-notifier/pkg-descr +++ b/devel/py-notifier/pkg-descr @@ -4,4 +4,4 @@ It implements notification mechanisms for socket events (read or write) and timers. Additionally external event dispatchers may be called during an idle period. -WWW: http://www.bitkipper.net/Package/pynotifier +WWW: http://www.bitkipper.net/Package/pynotifier