diff options
author | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2011-04-26 01:18:40 +0800 |
---|---|---|
committer | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2011-04-26 01:18:40 +0800 |
commit | 9c0ef2c7cbb6eab36ddf0796ca10c98628ef3c10 (patch) | |
tree | 2b8ae7db3b6ab14dbdf5c0c393b4aa070548ed2a | |
parent | c32e3ff223e15189f2bc5ddd30e1ee6f44aea9b7 (diff) | |
download | marcuscom-ports-9c0ef2c7cbb6eab36ddf0796ca10c98628ef3c10.tar marcuscom-ports-9c0ef2c7cbb6eab36ddf0796ca10c98628ef3c10.tar.gz marcuscom-ports-9c0ef2c7cbb6eab36ddf0796ca10c98628ef3c10.tar.bz2 marcuscom-ports-9c0ef2c7cbb6eab36ddf0796ca10c98628ef3c10.tar.lz marcuscom-ports-9c0ef2c7cbb6eab36ddf0796ca10c98628ef3c10.tar.xz marcuscom-ports-9c0ef2c7cbb6eab36ddf0796ca10c98628ef3c10.tar.zst marcuscom-ports-9c0ef2c7cbb6eab36ddf0796ca10c98628ef3c10.zip |
Fix fetch for gnome-pty-helper.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@15866 df743ca5-7f9a-e211-a948-0013205c9059
-rw-r--r-- | x11-toolkits/vte3/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/x11-toolkits/vte3/Makefile b/x11-toolkits/vte3/Makefile index 576565c5f..9c753e3f3 100644 --- a/x11-toolkits/vte3/Makefile +++ b/x11-toolkits/vte3/Makefile @@ -3,7 +3,7 @@ # Whom: Joe Marcus Clarke <marcus@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/x11-toolkits/vte3/Makefile,v 1.8 2011/04/15 14:34:32 kwm Exp $ +# $MCom: ports/x11-toolkits/vte3/Makefile,v 1.9 2011/04/16 19:05:06 mezz Exp $ # PORTNAME?= vte @@ -11,6 +11,7 @@ PORTVERSION= 0.28.0 PORTREVISION?= 1 CATEGORIES= x11-toolkits gnome MASTER_SITES= GNOME +MASTER_SITE_SUBDIR= sources/${PORTNAME:S/gnome-pty-helper/vte/}/${PORTVERSION:R} DISTNAME= vte-${PORTVERSION} DIST_SUBDIR= gnome3 |