diff options
author | Emanuel Haupt <ehaupt@FreeBSD.org> | 2015-01-06 09:37:04 +0000 |
---|---|---|
committer | Emanuel Haupt <ehaupt@FreeBSD.org> | 2015-01-06 09:37:04 +0000 |
commit | 40839fc6f16a5a39e8ebb78a5ffb4b3ab55ae380 (patch) | |
tree | a46ab3e18ec2b9ed0cd9d4a48254addd3131688b /deskutils | |
parent | 73d9d961efae18220f5039971f1655f8af5dd3f2 (diff) | |
download | ports-40839fc6f16a5a39e8ebb78a5ffb4b3ab55ae380.tar.gz ports-40839fc6f16a5a39e8ebb78a5ffb4b3ab55ae380.zip |
Notes
Diffstat (limited to 'deskutils')
-rw-r--r-- | deskutils/notify-osd/Makefile | 2 | ||||
-rw-r--r-- | deskutils/xfce4-generic-slider/Makefile | 2 | ||||
-rw-r--r-- | deskutils/xfce4-notification-daemon/Makefile | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/deskutils/notify-osd/Makefile b/deskutils/notify-osd/Makefile index a714ee0efc0d..359f9792fc1a 100644 --- a/deskutils/notify-osd/Makefile +++ b/deskutils/notify-osd/Makefile @@ -6,7 +6,7 @@ PORTVERSION= 0.9.29 PORTREVISION= 7 CATEGORIES= deskutils MASTER_SITES= http://launchpadlibrarian.net/43419242/ \ - CRITICAL + LOCAL/ehaupt MAINTAINER= ehaupt@FreeBSD.org COMMENT= On-screen-display notification agent using libnotify diff --git a/deskutils/xfce4-generic-slider/Makefile b/deskutils/xfce4-generic-slider/Makefile index 76f3981e8fe6..42efc8516307 100644 --- a/deskutils/xfce4-generic-slider/Makefile +++ b/deskutils/xfce4-generic-slider/Makefile @@ -5,7 +5,7 @@ PORTNAME= xfce4-generic-slider PORTVERSION= 0.0.20100827 PORTREVISION= 5 CATEGORIES= deskutils -MASTER_SITES= CRITICAL/ +MASTER_SITES= LOCAL/ehaupt/ MAINTAINER= ehaupt@FreeBSD.org COMMENT= Slider plugin to adjust and/or monitor any numeric variable diff --git a/deskutils/xfce4-notification-daemon/Makefile b/deskutils/xfce4-notification-daemon/Makefile index 5840fb8b859c..6fe3a8809703 100644 --- a/deskutils/xfce4-notification-daemon/Makefile +++ b/deskutils/xfce4-notification-daemon/Makefile @@ -5,7 +5,7 @@ PORTNAME= notification-daemon PORTVERSION= 0.3.7 PORTREVISION= 21 CATEGORIES= deskutils xfce -MASTER_SITES= CRITICAL/ +MASTER_SITES= LOCAL/ehaupt/ PKGNAMEPREFIX= xfce4- DISTNAME= ${PORTNAME}-xfce-${PORTVERSION} DIST_SUBDIR= xfce4 |