diff options
author | asau <asau@pkgsrc.org> | 2012-10-31 11:16:30 +0000 |
---|---|---|
committer | asau <asau@pkgsrc.org> | 2012-10-31 11:16:30 +0000 |
commit | a382ccc7b08ba66a8f6cca03850939f6a18f4b3e (patch) | |
tree | 6eb09c25220d76b18e8b9066167d5ee3c96a3712 /devel/libast | |
parent | d13e9ff49923be9fed7a66707e30849f0f901f64 (diff) | |
download | pkgsrc-a382ccc7b08ba66a8f6cca03850939f6a18f4b3e.tar.gz |
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
Diffstat (limited to 'devel/libast')
-rw-r--r-- | devel/libast/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/devel/libast/Makefile b/devel/libast/Makefile index 71468e43f01..6bc7d992017 100644 --- a/devel/libast/Makefile +++ b/devel/libast/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.33 2012/03/03 00:11:53 wiz Exp $ +# $NetBSD: Makefile,v 1.34 2012/10/31 11:17:10 asau Exp $ DISTNAME= libast-0.7 PKGREVISION= 7 @@ -9,8 +9,6 @@ MAINTAINER= gendalia@NetBSD.org HOMEPAGE= http://freshmeat.net/projects/libast/ COMMENT= The Library of Assorted Spiffy Things -PKG_DESTDIR_SUPPORT= user-destdir - USE_LIBTOOL= YES GNU_CONFIGURE= YES TEST_TARGET= test |