diff options
author | joerg <joerg@pkgsrc.org> | 2006-11-02 17:59:37 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2006-11-02 17:59:37 +0000 |
commit | 7f279c69f3bbfb01502eb4a86a67241c8385a76a (patch) | |
tree | bf98a947b9317d506539cf3bb1a6aee497b8bb5f /pkgtools/digest | |
parent | a249557e2ef3692a146b62db38822e71392b403b (diff) | |
download | pkgsrc-7f279c69f3bbfb01502eb4a86a67241c8385a76a.tar.gz |
DESTDIR support.
Diffstat (limited to 'pkgtools/digest')
-rw-r--r-- | pkgtools/digest/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/pkgtools/digest/Makefile b/pkgtools/digest/Makefile index 9093779469d..87d8c7aded9 100644 --- a/pkgtools/digest/Makefile +++ b/pkgtools/digest/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.51 2006/08/29 13:43:11 joerg Exp $ +# $NetBSD: Makefile,v 1.52 2006/11/02 18:02:07 joerg Exp $ # # When adding new digest algorithms, please use rmd160 as the template, # and bump the VERSION definition. @@ -13,6 +13,7 @@ HOMEPAGE?= http://www.NetBSD.org/Documentation/software/packages.html COMMENT?= Message digest wrapper utility PKG_INSTALLATION_TYPES= overwrite pkgviews +PKG_DESTDIR_SUPPORT= user-destdir GNU_CONFIGURE= yes @@ -33,7 +34,7 @@ do-extract: @${CP} -R ${FILESDIR} ${WRKSRC} pre-install: - -@${MKDIR} ${PKG_DBDIR} + -@${MKDIR} ${DESTDIR}${PKG_DBDIR} do-test: @${ECHO} "No news is good news" |