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/amanda-client | |
parent | 797d2b680f3a2c34ac5baed4e6becd159ccecda2 (diff) | |
download | pkgsrc-b3937b829f749d3f714170a321ee57e62846d0c0.tar.gz |
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
Diffstat (limited to 'sysutils/amanda-client')
-rw-r--r-- | sysutils/amanda-client/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sysutils/amanda-client/Makefile b/sysutils/amanda-client/Makefile index 29eadc924d8..25fdd60dee2 100644 --- a/sysutils/amanda-client/Makefile +++ b/sysutils/amanda-client/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.56 2012/09/15 10:06:19 obache Exp $ +# $NetBSD: Makefile,v 1.57 2012/10/23 19:50:51 asau Exp $ # PKGNAME= amanda-client-${AMANDA_VERSION} @@ -7,8 +7,6 @@ SVR4_PKGNAME= amacl COMMENT= Client part of Amanda, a network backup system -PKG_DESTDIR_SUPPORT= user-destdir - CONFIGURE_ARGS+= --without-server --without-gnuplot BUILD_DIRS= gnulib |