diff options
Diffstat (limited to 'net-im/pidgin-skype/Makefile')
-rw-r--r-- | net-im/pidgin-skype/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-im/pidgin-skype/Makefile b/net-im/pidgin-skype/Makefile index c5d1f242153d..2f2616c04afb 100644 --- a/net-im/pidgin-skype/Makefile +++ b/net-im/pidgin-skype/Makefile @@ -25,11 +25,11 @@ USE_GNOME= glib20 # Note that googlecode.com is gone. build-tarball: ${DISTFILES} ${DISTFILES}: - ${RM} -rf ${WRKSRC} + ${RM} -r ${WRKSRC} svn export -r${PORTVERSION:E} \ http://skype4pidgin.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/ |