diff options
author | mandree <mandree@FreeBSD.org> | 2017-05-16 06:26:27 +0800 |
---|---|---|
committer | mandree <mandree@FreeBSD.org> | 2017-05-16 06:26:27 +0800 |
commit | 12ae7aee15a1d3f5fe70bfdd22fecd5522cdb237 (patch) | |
tree | 8a426b9e383eb28e76b7da184ad90c42e7a60725 /security | |
parent | 20e3d7b5ee26b5a53fc7bcfb1acf74d004d0a32e (diff) | |
download | freebsd-ports-gnome-12ae7aee15a1d3f5fe70bfdd22fecd5522cdb237.tar.gz freebsd-ports-gnome-12ae7aee15a1d3f5fe70bfdd22fecd5522cdb237.tar.zst freebsd-ports-gnome-12ae7aee15a1d3f5fe70bfdd22fecd5522cdb237.zip |
Revise Github comment.
Diffstat (limited to 'security')
-rw-r--r-- | security/openvpn-auth-ldap/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/security/openvpn-auth-ldap/Makefile b/security/openvpn-auth-ldap/Makefile index dd5346f6ff3e..b5a3f56da67f 100644 --- a/security/openvpn-auth-ldap/Makefile +++ b/security/openvpn-auth-ldap/Makefile @@ -60,9 +60,7 @@ CC+= ${DEBUG_FLAGS} # this is a local target to build a tarball from SVN # and another target to upload it # Note that googlecode.com is gone. Apparently someone exported the code -# to Github, but aside from a README that got converted to Markdown -# syntax, there hadn't been changes as of 2016-12-07. -# https://github.com/threerings/openvpn-auth-ldap/ +# to Github: https://github.com/threerings/openvpn-auth-ldap/ build-tarball: ${DISTFILES} ${DISTFILES}: ${RM} -r ${WRKSRC} |