diff options
author | asau <asau@pkgsrc.org> | 2012-10-23 19:50:50 +0000 |
---|---|---|
committer | asau <asau@pkgsrc.org> | 2012-10-23 19:50:50 +0000 |
commit | c4f95ab71a8e776eb3384df9e8b9ddfa4e2a89c8 (patch) | |
tree | 7ee285aeaed7acbbe1f3c5cf0a367eb5369aafaa /sysutils/xcdroast | |
parent | d95bb6a2a94c50b2cfb113b28c70c61019599184 (diff) | |
download | pkgsrc-c4f95ab71a8e776eb3384df9e8b9ddfa4e2a89c8.tar.gz |
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
Diffstat (limited to 'sysutils/xcdroast')
-rw-r--r-- | sysutils/xcdroast/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sysutils/xcdroast/Makefile b/sysutils/xcdroast/Makefile index f051bad36c6..ec0d43a49cb 100644 --- a/sysutils/xcdroast/Makefile +++ b/sysutils/xcdroast/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.64 2012/10/08 23:02:27 adam Exp $ +# $NetBSD: Makefile,v 1.65 2012/10/23 19:51:35 asau Exp $ DISTNAME= xcdroast-${DIST_VER} PKGNAME= xcdroast-${DIST_VER:S/alpha/a/} @@ -13,8 +13,6 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.xcdroast.org/ COMMENT= Graphical user interface for the command-line cdrecord-tools -PKG_DESTDIR_SUPPORT= user-destdir - DEPENDS+= cdrtools>=2.01:../../sysutils/cdrtools DIST_VER= 0.98alpha16 |