diff options
author | Michael Johnson <ahze@FreeBSD.org> | 2005-01-28 07:04:38 +0000 |
---|---|---|
committer | Michael Johnson <ahze@FreeBSD.org> | 2005-01-28 07:04:38 +0000 |
commit | 98325f898a214ef73f9cf43766c1d7707143bc59 (patch) | |
tree | 49097e1670c9a33b53e9383e992868cd795af19a /x11/startup-notification | |
parent | - Update to 2.2.3 (diff) |
Readd MASTER_SITE_GNOME to MASTER_SITES
Notes
Notes:
svn path=/head/; revision=127517
Diffstat (limited to 'x11/startup-notification')
-rw-r--r-- | x11/startup-notification/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/x11/startup-notification/Makefile b/x11/startup-notification/Makefile index 15c47acfde5d..8fd461a822c4 100644 --- a/x11/startup-notification/Makefile +++ b/x11/startup-notification/Makefile @@ -9,7 +9,8 @@ PORTNAME= startup-notification PORTVERSION= 0.8 PORTREVISION= 1 CATEGORIES= x11 gnome -MASTER_SITES= http://www.freedesktop.org/software/startup-notification/releases/ +MASTER_SITES= ${MASTER_SITE_GNOME} \ + http://www.freedesktop.org/software/startup-notification/releases/ DIST_SUBDIR= gnome2 MAINTAINER= gnome@FreeBSD.org |