summaryrefslogtreecommitdiff
path: root/mail/squirrelmail-locales
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2008-03-04 17:57:17 +0000
committerjlam <jlam@pkgsrc.org>2008-03-04 17:57:17 +0000
commita80fd13efc426f96e55870df48a2030daea0f14b (patch)
treeea772f1017a149bdf8c86107c24d16246695614e /mail/squirrelmail-locales
parent31c6c3a796edf9dd9bae5586339c5e2e023ca408 (diff)
downloadpkgsrc-a80fd13efc426f96e55870df48a2030daea0f14b.tar.gz
Mechanical changes to add DESTDIR support to packages that install
their files via a custom do-install target.
Diffstat (limited to 'mail/squirrelmail-locales')
-rw-r--r--mail/squirrelmail-locales/Makefile7
1 files changed, 5 insertions, 2 deletions
diff --git a/mail/squirrelmail-locales/Makefile b/mail/squirrelmail-locales/Makefile
index 6a4aa0d24c9..3b8622b8d1f 100644
--- a/mail/squirrelmail-locales/Makefile
+++ b/mail/squirrelmail-locales/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.22 2008/01/10 20:52:59 adam Exp $
+# $NetBSD: Makefile,v 1.23 2008/03/04 17:57:20 jlam Exp $
DISTNAME= all_locales-${VER}-20071220
PKGNAME= squirrelmail-locales-${VER}
@@ -13,6 +13,8 @@ COMMENT= Locale package for SquirrelMail
VER= 1.4.13
+PKG_DESTDIR_SUPPORT= user-destdir
+
NO_CONFIGURE= yes
USE_TOOLS+= tar
INSTALLATION_DIRS= share/squirrelmail
@@ -24,7 +26,8 @@ do-build:
do-install:
cd ${WRKDIR} && \
- pax -rw -pp help images locale ${PREFIX}/share/squirrelmail
+ pax -rw -pp help images locale \
+ ${DESTDIR}${PREFIX}/share/squirrelmail
.include "../../mail/squirrelmail/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"