svn commit: r398026 - head/security/py-acme
Kurt Jaeger
pi at FreeBSD.org
Sun Sep 27 08:31:29 UTC 2015
Author: pi
Date: Sun Sep 27 08:31:28 2015
New Revision: 398026
URL: https://svnweb.freebsd.org/changeset/ports/398026
Log:
security/py-acme: simplify WRKSRC
PR: 203364
Submitted by: mat
Modified:
head/security/py-acme/Makefile
Modified: head/security/py-acme/Makefile
==============================================================================
--- head/security/py-acme/Makefile Sun Sep 27 07:02:34 2015 (r398025)
+++ head/security/py-acme/Makefile Sun Sep 27 08:31:28 2015 (r398026)
@@ -24,7 +24,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}asn1
USES= gmake python
USE_PYTHON= autoplist distutils
-WRKSRC= ${WRKDIR}/letsencrypt-22260a8/acme
+WRKSRC_SUBDIR= acme
USE_GITHUB= yes
GH_ACCOUNT= letsencrypt
More information about the svn-ports-all
mailing list