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/pspvc | |
parent | f0fe2c3c959489d5510ba3618d54549ce51395e8 (diff) | |
download | pkgsrc-04a5a3626d07f479d3e2122261c3c6b9406ec8c1.tar.gz |
Drop PKG_DESTDIR_SUPPORT setting, "user-destdir" is default these days.
Diffstat (limited to 'multimedia/pspvc')
-rw-r--r-- | multimedia/pspvc/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/multimedia/pspvc/Makefile b/multimedia/pspvc/Makefile index 57dc8a6e207..9c1daa14d25 100644 --- a/multimedia/pspvc/Makefile +++ b/multimedia/pspvc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.21 2012/10/02 17:11:42 tron Exp $ +# $NetBSD: Makefile,v 1.22 2012/10/08 09:21:11 asau Exp $ # DISTNAME= pspvc-install-0.3 @@ -12,7 +12,6 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://pspvc.sf.net/ COMMENT= PSP video converter -PKG_DESTDIR_SUPPORT= user-destdir INSTALLATION_DIRS= share/applications share/pspvc/bin USE_LANGUAGES= c |