diff options
author | mezz <mezz@FreeBSD.org> | 2008-04-21 06:07:48 +0800 |
---|---|---|
committer | mezz <mezz@FreeBSD.org> | 2008-04-21 06:07:48 +0800 |
commit | 1ef2bd20be4706b6f4fd0e170be0c855213eed3b (patch) | |
tree | 70c2fbaa2cacaf699b0dda37679bfdf3c7528345 /devel/py-notify | |
parent | 15fe4eecd718e50be7588e9b956144ebd27277de (diff) | |
download | freebsd-ports-gnome-1ef2bd20be4706b6f4fd0e170be0c855213eed3b.tar.gz freebsd-ports-gnome-1ef2bd20be4706b6f4fd0e170be0c855213eed3b.tar.zst freebsd-ports-gnome-1ef2bd20be4706b6f4fd0e170be0c855213eed3b.zip |
- 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>
Diffstat (limited to 'devel/py-notify')
-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} |