From 1ef2bd20be4706b6f4fd0e170be0c855213eed3b Mon Sep 17 00:00:00 2001 From: mezz Date: Sun, 20 Apr 2008 22:07:48 +0000 Subject: - Remove ${WRKSRC}/src/pynotify.c to get it regenerates this file properly, which it will adding attach_to_status_icon() and probably other functions to make other apps work correct. - Portlint clean. PR: ports/122934 Submitted by: David --- devel/py-notify/Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'devel/py-notify') diff --git a/devel/py-notify/Makefile b/devel/py-notify/Makefile index 83d25446262..3ec91f89643 100644 --- a/devel/py-notify/Makefile +++ b/devel/py-notify/Makefile @@ -7,8 +7,8 @@ PORTNAME= notify PORTVERSION= 0.1.1 -PORTREVISION= 2 DISTVERSIONPREFIX=python- +PORTREVISION= 3 CATEGORIES= devel python MASTER_SITES= http://www.galago-project.org/files/releases/source/notify-python/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -26,6 +26,9 @@ GNU_CONFIGURE= yes DOCS= AUTHORS COPYING ChangeLog NEWS +post-extract: + @${RM} ${WRKSRC}/src/pynotify.c + .ifndef (NOPORTDOCS) post-install: @${MKDIR} ${DOCSDIR} -- cgit