diff options
author | joerg <joerg@pkgsrc.org> | 2008-06-20 01:09:05 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2008-06-20 01:09:05 +0000 |
commit | 3b0d97b0de8516db29699676c860489da3f7f0e1 (patch) | |
tree | bb388f6b2532587595653e67cce25229ed050cb8 /misc/p5-File-MMagic/Makefile | |
parent | 10abca39942a8f34d088f39ccc073fee44271274 (diff) | |
download | pkgsrc-3b0d97b0de8516db29699676c860489da3f7f0e1.tar.gz |
Add DESTDIR support.
Diffstat (limited to 'misc/p5-File-MMagic/Makefile')
-rw-r--r-- | misc/p5-File-MMagic/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/misc/p5-File-MMagic/Makefile b/misc/p5-File-MMagic/Makefile index bc992f19725..d37fc877056 100644 --- a/misc/p5-File-MMagic/Makefile +++ b/misc/p5-File-MMagic/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.17 2006/10/11 03:55:33 taca Exp $ +# $NetBSD: Makefile,v 1.18 2008/06/20 01:09:26 joerg Exp $ DISTNAME= File-MMagic-1.27 PKGNAME= p5-${DISTNAME} @@ -10,6 +10,8 @@ MAINTAINER= kei@NetBSD.org HOMEPAGE= http://search.cpan.org/dist/File-MMagic/ COMMENT= Perl5 module to guess file types +PKG_DESTDIR_SUPPORT= user-destdir + PERL5_PACKLIST= auto/File/MMagic/.packlist .include "../../lang/perl5/module.mk" |