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/fabric | |
parent | d95bb6a2a94c50b2cfb113b28c70c61019599184 (diff) | |
download | pkgsrc-c4f95ab71a8e776eb3384df9e8b9ddfa4e2a89c8.tar.gz |
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
Diffstat (limited to 'sysutils/fabric')
-rw-r--r-- | sysutils/fabric/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sysutils/fabric/Makefile b/sysutils/fabric/Makefile index d7086018236..6f9dd8a71ce 100644 --- a/sysutils/fabric/Makefile +++ b/sysutils/fabric/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.22 2012/08/06 19:53:50 gls Exp $ +# $NetBSD: Makefile,v 1.23 2012/10/23 19:51:01 asau Exp $ # VERSION= 1.4.3 @@ -12,8 +12,6 @@ HOMEPAGE= http://fabfile.org/ COMMENT= Simple Pythonic remote deployment tool LICENSE= 2-clause-bsd -PKG_DESTDIR_SUPPORT= user-destdir - DEPENDS+= ${PYPKGPREFIX}-ssh>=1.7.8:../../security/py-ssh USE_TOOLS+= pax |