diff options
author | Jeremy Messenger <mezz@FreeBSD.org> | 2008-04-20 22:07:48 +0000 |
---|---|---|
committer | Jeremy Messenger <mezz@FreeBSD.org> | 2008-04-20 22:07:48 +0000 |
commit | eb49c5c04a181b2876d366d436f2e5ebff1e4e9f (patch) | |
tree | 4ff780f1e06fc3e9116de18bf96044f3b14db7a9 | |
parent | Fix sed(1) statement for cases where $LDFLAGS contains one or more (diff) |
- 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 <david@trucs.org>
-rw-r--r-- | devel/py-notify/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/devel/py-notify/Makefile b/devel/py-notify/Makefile index 83d25446262f..3ec91f896438 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} |