diff options
author | Dmitry Sivachenko <demon@FreeBSD.org> | 2003-09-27 11:45:13 +0000 |
---|---|---|
committer | Dmitry Sivachenko <demon@FreeBSD.org> | 2003-09-27 11:45:13 +0000 |
commit | a28e5f6a6317971fb3233e65f14cedf83b1f7528 (patch) | |
tree | c84f179bbff474e05ec214d2fe7531c78f38b547 /x11/libxfce4mcs/Makefile | |
parent | d40916bb12adc0a46a980aaedb0bcad68dfda3d5 (diff) |
Update to 4.0.0 release.
Notes
Notes:
svn path=/head/; revision=89536
Diffstat (limited to 'x11/libxfce4mcs/Makefile')
-rw-r--r-- | x11/libxfce4mcs/Makefile | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/x11/libxfce4mcs/Makefile b/x11/libxfce4mcs/Makefile index c174fd66bc3b..1237f36c0ed6 100644 --- a/x11/libxfce4mcs/Makefile +++ b/x11/libxfce4mcs/Makefile @@ -6,13 +6,10 @@ # PORTNAME= libxfce4mcs -PORTVERSION= 3.99.3 +PORTVERSION= 4.0.0 CATEGORIES= x11 xfce -MASTER_SITES= http://www.xfce.org/archive/xfce4-rc3/src/ \ - ftp://ftp.unix-ag.org/user/bmeurer/xfce4/rc3/separate/ \ - http://usuarios.lycos.es/xfce4/tarballs/rc3/separate/ \ - http://linux.imp.mx/xfce4/rc2/xfce4-rc3/src/ -DIST_SUBDIR= xfce4 +MASTER_SITES= http://www.xfce.org/archive/xfce-${PORTVERSION}/src/ \ + http://linux.imp.mx/xfce4/xfce_${PORTVERSION}/src/ MAINTAINER= oliver@FreeBSD.org COMMENT= XFce 4 settings management library used by most XFce 4 modules |