summaryrefslogtreecommitdiff
path: root/net/p5-Net-Daemon
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2008-06-12 02:14:13 +0000
committerjoerg <joerg@pkgsrc.org>2008-06-12 02:14:13 +0000
commitba171a91fab519f587b027c1a2888cb6e3fce049 (patch)
treec12b9c282e2706cb6bac87456615dfdf2b256e55 /net/p5-Net-Daemon
parent3ba79d294eb62e9c75cc32d37b4af7759af8c9d6 (diff)
downloadpkgsrc-ba171a91fab519f587b027c1a2888cb6e3fce049.tar.gz
Add DESTDIR support.
Diffstat (limited to 'net/p5-Net-Daemon')
-rw-r--r--net/p5-Net-Daemon/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/net/p5-Net-Daemon/Makefile b/net/p5-Net-Daemon/Makefile
index 68a500b7e3a..f6bca1bb709 100644
--- a/net/p5-Net-Daemon/Makefile
+++ b/net/p5-Net-Daemon/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.18 2006/11/05 04:09:39 obache Exp $
+# $NetBSD: Makefile,v 1.19 2008/06/12 02:14:39 joerg Exp $
#
DISTNAME= Net-Daemon-0.39
@@ -11,6 +11,8 @@ MAINTAINER= eric@cirr.com
HOMEPAGE= http://search.cpan.org/~jwied/Net-Daemon/
COMMENT= Perl5 module for writing networking daemons
+PKG_DESTDIR_SUPPORT= user-destdir
+
PERL5_PACKLIST= auto/Net/Daemon/.packlist
.include "../../lang/perl5/module.mk"