[Bug 198951] [NEW PORT] x11-themes/evolvere-icon-theme: Icon themes for KDE, Gnome, Xfce
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Thu Oct 29 08:05:08 UTC 2015
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=198951
--- Comment #17 from Mathieu Arnold <mat at FreeBSD.org> ---
Or you could add no DISTFILE, write your own do-fetch target, use the svn
interface and do something like this:
do-fetch:
.for i in ${PORT_OPTIONS:MSET*}
cd ${WRKDIR} && svn export
https://github.com/franksouza183/EvolvereSuit/trunk/${${i}_FOLDER}
franksouza183-EvolvereSuit-${${i}_FOLDER}
.endfor
There should be a way to specify the revision you want, YMMV.
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-ports-bugs
mailing list