diff options
author | asau <asau> | 2012-10-06 14:10:39 +0000 |
---|---|---|
committer | asau <asau> | 2012-10-06 14:10:39 +0000 |
commit | 060b86e6eef037d8debe216a3978f29792a304b4 (patch) | |
tree | 302b2130ea1710cf302c1761a30f0dd22578be6f /graphics/get_ds7 | |
parent | 9f7408a2b87ba1c5a399a8483da7280bdfeb6f84 (diff) | |
download | pkgsrc-060b86e6eef037d8debe216a3978f29792a304b4.tar.gz |
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
Diffstat (limited to 'graphics/get_ds7')
-rw-r--r-- | graphics/get_ds7/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/graphics/get_ds7/Makefile b/graphics/get_ds7/Makefile index fd0c5123c31..4d3b47dfa96 100644 --- a/graphics/get_ds7/Makefile +++ b/graphics/get_ds7/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.19 2012/10/03 21:56:09 wiz Exp $ +# $NetBSD: Makefile,v 1.20 2012/10/06 14:10:51 asau Exp $ # DISTNAME= get_ds7_1.2.4 @@ -12,8 +12,6 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.yk.rim.or.jp/~mamo/Computer/DS-7/index-e.html COMMENT= Read pictures from a FUJIFILM DS-7(DS series) digital camera -PKG_DESTDIR_SUPPORT= user-destdir - USE_TOOLS+= perl:run WRKSRC= ${WRKDIR}/ds-7_1.2.4 |