diff options
author | asau <asau@pkgsrc.org> | 2012-10-08 09:20:57 +0000 |
---|---|---|
committer | asau <asau@pkgsrc.org> | 2012-10-08 09:20:57 +0000 |
commit | 04a5a3626d07f479d3e2122261c3c6b9406ec8c1 (patch) | |
tree | d27175b7973e874b93df16fa84b7e31e7998adb4 /multimedia/libdvbpsi | |
parent | f0fe2c3c959489d5510ba3618d54549ce51395e8 (diff) | |
download | pkgsrc-04a5a3626d07f479d3e2122261c3c6b9406ec8c1.tar.gz |
Drop PKG_DESTDIR_SUPPORT setting, "user-destdir" is default these days.
Diffstat (limited to 'multimedia/libdvbpsi')
-rw-r--r-- | multimedia/libdvbpsi/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/multimedia/libdvbpsi/Makefile b/multimedia/libdvbpsi/Makefile index 1b2b5496a12..92724f03981 100644 --- a/multimedia/libdvbpsi/Makefile +++ b/multimedia/libdvbpsi/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2011/11/05 15:59:48 drochner Exp $ +# $NetBSD: Makefile,v 1.13 2012/10/08 09:21:05 asau Exp $ DISTNAME= libdvbpsi-0.2.2 CATEGORIES= multimedia @@ -10,8 +10,6 @@ HOMEPAGE= http://www.videolan.org/ COMMENT= PSI decoder and generator library for MPEG2 and DVB streams LICENSE= gnu-lgpl-v2.1 -PKG_DESTDIR_SUPPORT= user-destdir - USE_TOOLS+= gmake USE_LIBTOOL= yes GNU_CONFIGURE= yes |