diff options
author | asau <asau> | 2012-10-02 21:25:15 +0000 |
---|---|---|
committer | asau <asau> | 2012-10-02 21:25:15 +0000 |
commit | 21624d22674a87185e0f173e0f65b774e6efbb8f (patch) | |
tree | 43a00ef6fe7500f6094c17b88abeee49f8e0895b /databases/p5-Palm | |
parent | 63944154ec01a79ab2a26d5cecd8ac55a41697ac (diff) | |
download | pkgsrc-21624d22674a87185e0f173e0f65b774e6efbb8f.tar.gz |
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
Diffstat (limited to 'databases/p5-Palm')
-rw-r--r-- | databases/p5-Palm/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/databases/p5-Palm/Makefile b/databases/p5-Palm/Makefile index 30e3334baf0..1602459751d 100644 --- a/databases/p5-Palm/Makefile +++ b/databases/p5-Palm/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 2011/08/06 20:45:08 adam Exp $ +# $NetBSD: Makefile,v 1.15 2012/10/02 21:25:33 asau Exp $ DISTNAME= p5-Palm-1.012 PKGNAME= ${DISTNAME:S/012/12.0/} @@ -12,8 +12,6 @@ HOMEPAGE= http://www.coldsync.org/ COMMENT= Access Palm .pdb and .prc database files LICENSE= ${PERL5_LICENSE} -PKG_DESTDIR_SUPPORT= user-destdir - PERL5_PACKLIST= auto/Palm/.packlist .include "../../lang/perl5/module.mk" |