diff options
author | asau <asau@pkgsrc.org> | 2012-10-03 11:24:38 +0000 |
---|---|---|
committer | asau <asau@pkgsrc.org> | 2012-10-03 11:24:38 +0000 |
commit | 1ac9f60085aec1d867a46a07eec69fa91f833ca8 (patch) | |
tree | 5deda6f85d14740b1c07c446780b6653d19fd2c6 /comms/p5-SMS-Send/Makefile | |
parent | ffdb8eeec001a068c757b22ffb29522bc31bd326 (diff) | |
download | pkgsrc-1ac9f60085aec1d867a46a07eec69fa91f833ca8.tar.gz |
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
Diffstat (limited to 'comms/p5-SMS-Send/Makefile')
-rw-r--r-- | comms/p5-SMS-Send/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/comms/p5-SMS-Send/Makefile b/comms/p5-SMS-Send/Makefile index 2507d77af11..f646db77020 100644 --- a/comms/p5-SMS-Send/Makefile +++ b/comms/p5-SMS-Send/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2012/04/01 19:04:34 rhaen Exp $ +# $NetBSD: Makefile,v 1.5 2012/10/03 11:24:43 asau Exp $ DISTNAME= SMS-Send-1.06 PKGNAME= p5-${DISTNAME} @@ -17,7 +17,5 @@ DEPENDS+= p5-Class-Adapter>=1.05:../../devel/p5-Class-Adapter USE_LANGUAGES= # empty PERL5_PACKLIST= auto/SMS/Send/.packlist -PKG_DESTDIR_SUPPORT= user-destdir - .include "../../lang/perl5/module.mk" .include "../../mk/bsd.pkg.mk" |