diff options
author | joerg <joerg> | 2008-06-12 02:14:13 +0000 |
---|---|---|
committer | joerg <joerg> | 2008-06-12 02:14:13 +0000 |
commit | 39d7fb93432416d872ed34e0025741cc93068c06 (patch) | |
tree | c12b9c282e2706cb6bac87456615dfdf2b256e55 /print/php-pdflib/Makefile | |
parent | cce8b72ae5b66d3a54ac565ef8ac6780597301bc (diff) | |
download | pkgsrc-39d7fb93432416d872ed34e0025741cc93068c06.tar.gz |
Add DESTDIR support.
Diffstat (limited to 'print/php-pdflib/Makefile')
-rw-r--r-- | print/php-pdflib/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/print/php-pdflib/Makefile b/print/php-pdflib/Makefile index 29b4e23b7ac..ace3d1dc5b4 100644 --- a/print/php-pdflib/Makefile +++ b/print/php-pdflib/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2006/06/04 16:26:55 joerg Exp $ +# $NetBSD: Makefile,v 1.10 2008/06/12 02:14:43 joerg Exp $ MODNAME= pdflib PKGMODNAME= pdf @@ -6,6 +6,8 @@ PECL_VERSION= 2.0.3 CATEGORIES+= print COMMENT= PHP extension for PDFlib on-the-fly PDF generation +PKG_DESTDIR_SUPPORT= user-destdir + CONFLICTS= php-pdf-[0-9]* CONFIGURE_ARGS+= --with-pdflib=shared,${BUILDLINK_PREFIX.pdflib} |