aboutsummaryrefslogtreecommitdiff
path: root/textproc/cdiff/Makefile
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2013-12-02 13:27:19 +0000
committerMathieu Arnold <mat@FreeBSD.org>2013-12-02 13:27:19 +0000
commit137a04ceda3674c17a73ca7731f0895f0056a0ea (patch)
treec3336eb4833527f786d5297c288583a4c0c9f702 /textproc/cdiff/Makefile
parent85625d4a3ad2c146877f28b0971c95affb5f247f (diff)
downloadports-137a04ceda3674c17a73ca7731f0895f0056a0ea.tar.gz
ports-137a04ceda3674c17a73ca7731f0895f0056a0ea.zip
Use PYDISTUTILS_AUTOPLIST
PR: ports/184390 Submitted by: sunpoet
Notes
Notes: svn path=/head/; revision=335484
Diffstat (limited to 'textproc/cdiff/Makefile')
-rw-r--r--textproc/cdiff/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/textproc/cdiff/Makefile b/textproc/cdiff/Makefile
index 9c53f0a3ce59..0c7e52084563 100644
--- a/textproc/cdiff/Makefile
+++ b/textproc/cdiff/Makefile
@@ -16,6 +16,7 @@ GH_TAGNAME= ${GH_COMMIT}
GH_COMMIT= f85a5e2
USE_PYTHON=
-USE_PYDISTUTILS= yes
+USE_PYDISTUTILS=
+PYDISTUTILS_AUTOPLIST=
.include <bsd.port.mk>