diff options
author | Emanuel Haupt <ehaupt@FreeBSD.org> | 2011-03-03 13:43:00 +0000 |
---|---|---|
committer | Emanuel Haupt <ehaupt@FreeBSD.org> | 2011-03-03 13:43:00 +0000 |
commit | 568df9a9d59191826adc3c3383efaaf0d1580b57 (patch) | |
tree | 187310b98f942c727103e3c430900c63b79f734e /deskutils/xfce4-notification-daemon | |
parent | 113e1c5f71bd5eaa1dba132efb889bd76ad39d7e (diff) | |
download | ports-568df9a9d59191826adc3c3383efaaf0d1580b57.tar.gz ports-568df9a9d59191826adc3c3383efaaf0d1580b57.zip |
Make this ports MASTER_SITE_SUBDIR not depend on the current xfce4 version and
therefore make oliver's life a bit easier the next time xfce4 gets updated.
Notes
Notes:
svn path=/head/; revision=270197
Diffstat (limited to 'deskutils/xfce4-notification-daemon')
-rw-r--r-- | deskutils/xfce4-notification-daemon/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/deskutils/xfce4-notification-daemon/Makefile b/deskutils/xfce4-notification-daemon/Makefile index 1de8bca69fff..dc7a32a34f5e 100644 --- a/deskutils/xfce4-notification-daemon/Makefile +++ b/deskutils/xfce4-notification-daemon/Makefile @@ -10,8 +10,7 @@ PORTVERSION= 0.3.7 PORTREVISION= 14 CATEGORIES= deskutils xfce MASTER_SITES= http://goodies.xfce.org/releases/notification-daemon-xfce/ \ - CRITICAL -MASTER_SITE_SUBDIR=xfce/4.6.2/src + CRITICAL/ PKGNAMEPREFIX= xfce4- DISTNAME= ${PORTNAME}-xfce-${PORTVERSION} DIST_SUBDIR= xfce4 |