summaryrefslogtreecommitdiff
path: root/textproc/p5-Text-vCard/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'textproc/p5-Text-vCard/Makefile')
-rw-r--r--textproc/p5-Text-vCard/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/textproc/p5-Text-vCard/Makefile b/textproc/p5-Text-vCard/Makefile
index 169319d55d0..a77f5ccfe0e 100644
--- a/textproc/p5-Text-vCard/Makefile
+++ b/textproc/p5-Text-vCard/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2008/03/11 16:19:06 kleink Exp $
+# $NetBSD: Makefile,v 1.4 2008/06/12 02:14:50 joerg Exp $
DISTNAME= Text-vCard-2.01
PKGNAME= p5-${DISTNAME}
@@ -11,6 +11,7 @@ HOMEPAGE= http://search.cpan.org/dist/Text-vCard/
COMMENT= parse, edit and create vCards (RFC 2426)
PKG_INSTALLATION_TYPES= overwrite pkgviews
+PKG_DESTDIR_SUPPORT= user-destdir
# for MIME::QuotedPrint
DEPENDS+= p5-MIME-Base64>=3.07:../../converters/p5-MIME-Base64