Sat Jun 14 20:57:34 2008 UTC ()
The package supports installation to DESTDIR.


(heinz)
diff -r1.4 -r1.5 pkgsrc/devel/p5-AnyEvent/Makefile

cvs diff -r1.4 -r1.5 pkgsrc/devel/p5-AnyEvent/Makefile (expand / switch to context diff)
--- pkgsrc/devel/p5-AnyEvent/Makefile 2008/06/01 19:34:36 1.4
+++ pkgsrc/devel/p5-AnyEvent/Makefile 2008/06/14 20:57:34 1.5
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2008/06/01 19:34:36 abs Exp $
+# $NetBSD: Makefile,v 1.5 2008/06/14 20:57:34 heinz Exp $
 #
 
 DISTNAME=	AnyEvent-2.9
@@ -9,6 +9,8 @@
 MAINTAINER=	pkgsrc-users@NetBSD.org
 HOMEPAGE=	http://software.schmorp.de/pkg/AnyEvent.html
 COMMENT=	Simple API for io, timer and completion callbacks
+
+PKG_DESTDIR_SUPPORT=	user-destdir
 
 DEPENDS+=	p5-glib2-[0-9]*:../../devel/p5-glib2