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 /mail/php-imap | |
parent | cce8b72ae5b66d3a54ac565ef8ac6780597301bc (diff) | |
download | pkgsrc-39d7fb93432416d872ed34e0025741cc93068c06.tar.gz |
Add DESTDIR support.
Diffstat (limited to 'mail/php-imap')
-rw-r--r-- | mail/php-imap/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/mail/php-imap/Makefile b/mail/php-imap/Makefile index 7463979fb06..1c4d371c3ac 100644 --- a/mail/php-imap/Makefile +++ b/mail/php-imap/Makefile @@ -1,10 +1,12 @@ -# $NetBSD: Makefile,v 1.14 2008/03/04 17:13:49 sborrill Exp $ +# $NetBSD: Makefile,v 1.15 2008/06/12 02:14:35 joerg Exp $ MODNAME= imap PKGREVISION= 3 CATEGORIES+= mail COMMENT= PHP extension for IMAP (Internet Mailbox Access Protocol) +PKG_DESTDIR_SUPPORT= user-destdir + CONFLICTS= php-imap-[0-9]* USE_PHP_EXT_PATCHES= yes |