diff options
Diffstat (limited to 'security/openvpn-auth-ldap/Makefile')
-rw-r--r-- | security/openvpn-auth-ldap/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/openvpn-auth-ldap/Makefile b/security/openvpn-auth-ldap/Makefile index 70bef88ef51f..1715350187b2 100644 --- a/security/openvpn-auth-ldap/Makefile +++ b/security/openvpn-auth-ldap/Makefile @@ -63,11 +63,11 @@ CC+= ${DEBUG_FLAGS} # Note that googlecode.com is gone. build-tarball: ${DISTFILES} ${DISTFILES}: - ${RM} -rf ${WRKSRC} + ${RM} -r ${WRKSRC} svn export -r${PORTVERSION:E:C/^s//} \ http://openvpn-auth-ldap.googlecode.com/svn/trunk/ ${WRKSRC} tar -C ${WRKSRC}/.. -cvf - ${WRKSRC:T} | ${XZ_CMD} -vvc >${DISTFILES} || \ - { ${RM} -f ${DISTFILES} ; exit 1 ; } + { ${RM} ${DISTFILES} ; exit 1 ; } upload-tarball: build-tarball scp ${DISTFILES} freefall.freebsd.org:public_distfiles/ |