summaryrefslogtreecommitdiff
path: root/textproc/p5-Text-vCard
diff options
context:
space:
mode:
authorjoerg <joerg>2008-06-12 02:14:13 +0000
committerjoerg <joerg>2008-06-12 02:14:13 +0000
commit39d7fb93432416d872ed34e0025741cc93068c06 (patch)
treec12b9c282e2706cb6bac87456615dfdf2b256e55 /textproc/p5-Text-vCard
parentcce8b72ae5b66d3a54ac565ef8ac6780597301bc (diff)
downloadpkgsrc-39d7fb93432416d872ed34e0025741cc93068c06.tar.gz
Add DESTDIR support.
Diffstat (limited to 'textproc/p5-Text-vCard')
-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