diff options
author | asau <asau> | 2012-10-23 19:50:50 +0000 |
---|---|---|
committer | asau <asau> | 2012-10-23 19:50:50 +0000 |
commit | 3d48b4c2985507f97d8649437b36250d0d4ba562 (patch) | |
tree | 7ee285aeaed7acbbe1f3c5cf0a367eb5369aafaa /sysutils/burn | |
parent | 734fbfa8d4872b772a57d6b2dd24f032406cda48 (diff) | |
download | pkgsrc-3d48b4c2985507f97d8649437b36250d0d4ba562.tar.gz |
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
Diffstat (limited to 'sysutils/burn')
-rw-r--r-- | sysutils/burn/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sysutils/burn/Makefile b/sysutils/burn/Makefile index 501842c93cc..5cd0ee35000 100644 --- a/sysutils/burn/Makefile +++ b/sysutils/burn/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.21 2012/10/22 23:47:15 rh Exp $ +# $NetBSD: Makefile,v 1.22 2012/10/23 19:50:54 asau Exp $ # DISTNAME= burn-0.4.1 @@ -16,8 +16,6 @@ DEPENDS+= cdrtools>=1.10:../../sysutils/cdrtools DEPENDS+= cdrdao>=1.1.5:../../sysutils/cdrdao DEPENDS+= gworkspace-[0-9]*:../../sysutils/gworkspace -PKG_DESTDIR_SUPPORT= user-destdir - MAKE_FILE= GNUmakefile USE_TOOLS+= gmake USE_LANGUAGES= objc |