diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-10-26 18:23:08 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-10-26 18:23:08 +0000 |
commit | 3d29c218f2cae0240f529d5aedc474059121f090 (patch) | |
tree | 490103a9b6956e1a45a87591832af3552cf46934 /x11/gnomesession | |
parent | 1381fb8c745be9e89b973657259a3ff729912dfa (diff) | |
download | ports-3d29c218f2cae0240f529d5aedc474059121f090.tar.gz ports-3d29c218f2cae0240f529d5aedc474059121f090.zip |
Notes
Diffstat (limited to 'x11/gnomesession')
-rw-r--r-- | x11/gnomesession/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/x11/gnomesession/Makefile b/x11/gnomesession/Makefile index 4971fdced352..3aa0293fb091 100644 --- a/x11/gnomesession/Makefile +++ b/x11/gnomesession/Makefile @@ -9,8 +9,9 @@ PORTNAME= gnomesession PORTVERSION= 2.4.1 CATEGORIES= x11 gnome MASTER_SITES= ${MASTER_SITE_GNOME} \ - http://people.freebsd.org/~marcus/:local -MASTER_SITE_SUBDIR= sources/gnome-session/2.4 + ${MASTER_SITE_LOCAL:S/$/:local/} +MASTER_SITE_SUBDIR= sources/gnome-session/2.4 \ + marcus/:local DISTNAME= gnome-session-${PORTVERSION} DISTFILES= ${DISTNAME}${EXTRACT_SUFX} \ splash.png:local |