pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/sysutils/py-notify - Supports DESTDIR



details:   https://anonhg.NetBSD.org/pkgsrc/rev/82b7b1f07a2a
branches:  trunk
changeset: 541791:82b7b1f07a2a
user:      tnn <tnn%pkgsrc.org@localhost>
date:      Fri Apr 25 20:18:21 2008 +0000

description:
- Supports DESTDIR
- Accept Python 2.5

diffstat:

 sysutils/py-notify/Makefile |  6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

diffs (25 lines):

diff -r c159259312f5 -r 82b7b1f07a2a sysutils/py-notify/Makefile
--- a/sysutils/py-notify/Makefile       Fri Apr 25 20:11:48 2008 +0000
+++ b/sysutils/py-notify/Makefile       Fri Apr 25 20:18:21 2008 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2008/03/15 16:53:02 joerg Exp $
+# $NetBSD: Makefile,v 1.5 2008/04/25 20:18:21 tnn Exp $
 #
 
 DISTNAME=      notify-python-0.1.1
@@ -13,12 +13,14 @@
 HOMEPAGE=      http://www.galago-project.org/
 COMMENT=       Python bindings for libnotify
 
+PKG_DESTDIR_SUPPORT=   user-destdir
+
 GNU_CONFIGURE= yes
 USE_LIBTOOL=   yes
 USE_TOOLS+=    pkg-config
 
 PKGCONFIG_OVERRIDE+=   notify-python-0.1.1/notify-python.pc.in
-PYTHON_VERSIONS_ACCEPTED=      24
+PYTHON_VERSIONS_ACCEPTED=      25 24
 PY_PATCHPLIST= yes
 
 .include "../../lang/python/extension.mk"



Home | Main Index | Thread Index | Old Index