diff options
author | dhn <dhn@FreeBSD.org> | 2011-04-17 01:22:42 +0800 |
---|---|---|
committer | dhn <dhn@FreeBSD.org> | 2011-04-17 01:22:42 +0800 |
commit | 201b3890a4bbf6a376449000837fe35495ff47a1 (patch) | |
tree | 57e27213e5aa414210ab1769fb95d0c865712ea6 /x11-wm | |
parent | b3c360b2e7a50ca910b601f32f4f61243ef17de5 (diff) | |
download | freebsd-ports-gnome-201b3890a4bbf6a376449000837fe35495ff47a1.tar.gz freebsd-ports-gnome-201b3890a4bbf6a376449000837fe35495ff47a1.tar.zst freebsd-ports-gnome-201b3890a4bbf6a376449000837fe35495ff47a1.zip |
- Update MASTER_SITES
Submitted by: David Demelier (via irc)
Diffstat (limited to 'x11-wm')
-rw-r--r-- | x11-wm/wmfs/Makefile | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/x11-wm/wmfs/Makefile b/x11-wm/wmfs/Makefile index 4c3c21ce0bf8..7fd558724080 100644 --- a/x11-wm/wmfs/Makefile +++ b/x11-wm/wmfs/Makefile @@ -8,9 +8,8 @@ PORTNAME= wmfs DISTVERSION= 201104 CATEGORIES= x11-wm -MASTER_SITES= http://wmfs.info/attachments/download/15/ \ - http://cloud.github.com/downloads/xorg62/wmfs/ \ - http://cloud.github.com/downloddads/philpep/wmfs/ +MASTER_SITES= http://wmfs.info/attachments/download/45/ \ + http://cloud.github.com/downloads/xorg62/wmfs/ MAINTAINER= dhn@FreeBSD.org COMMENT= A floating and tiling Window Manager From Scratch @@ -57,7 +56,6 @@ CONFIGURE_ARGS+= --without-imlib2 .endif post-install: - ${CAT} ${PKGMESSAGE} | ${SED} "s|%%PREFIX%%|${PREFIX}|g" \ - ${FILESDIR}/pkg-message.in + @${CAT} ${PKGMESSAGE} .include <bsd.port.post.mk> |