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 | b3937b829f749d3f714170a321ee57e62846d0c0 (patch) | |
tree | 7ee285aeaed7acbbe1f3c5cf0a367eb5369aafaa /sysutils/bchunk | |
parent | 797d2b680f3a2c34ac5baed4e6becd159ccecda2 (diff) | |
download | pkgsrc-b3937b829f749d3f714170a321ee57e62846d0c0.tar.gz |
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
Diffstat (limited to 'sysutils/bchunk')
-rw-r--r-- | sysutils/bchunk/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sysutils/bchunk/Makefile b/sysutils/bchunk/Makefile index 132123fa38c..70535113804 100644 --- a/sysutils/bchunk/Makefile +++ b/sysutils/bchunk/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2008/06/20 01:09:35 joerg Exp $ +# $NetBSD: Makefile,v 1.12 2012/10/23 19:50:52 asau Exp $ DISTNAME= bchunk-1.2.0 CATEGORIES= sysutils @@ -8,8 +8,6 @@ MAINTAINER= dillo@NetBSD.org HOMEPAGE= http://he.fi/bchunk/ COMMENT= ".bin/.cue" CD image converter -PKG_DESTDIR_SUPPORT= user-destdir - MAKE_FLAGS+= CC=${CC:Q} LD=${CC:Q} CFLAGS=${CFLAGS:M*:Q} INSTALLATION_DIRS= bin ${PKGMANDIR}/man1 |