diff options
Diffstat (limited to 'graphics/yukon/Makefile')
-rw-r--r-- | graphics/yukon/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/graphics/yukon/Makefile b/graphics/yukon/Makefile index c365f5798f25..9ee15b64f1f5 100644 --- a/graphics/yukon/Makefile +++ b/graphics/yukon/Makefile @@ -1,10 +1,5 @@ -# New ports collection makefile for: yukon -# Date created: 12th January 2010 -# Whom: bms -# +# Created by: bms # $FreeBSD$ -# -# TODO: roll svn tarball, add patches with sedification. PORTNAME= yukon PORTVERSION= 2010011201 @@ -44,6 +39,7 @@ FETCH_DEPENDS+= svn:${PORTSDIR}/devel/subversion SVN_REV= 158 # svn tip at epoch 2009120801 SVNROOT_URI= https://devel.neopsis.com/svn/yukon +NO_STAGE= yes do-fetch: ${MKDIR} ${WRKDIR} svn export -r ${SVN_REV} ${SVNROOT_URI}/trunk ${WRKSRC} |