aboutsummaryrefslogtreecommitdiff
path: root/x11-wm
diff options
context:
space:
mode:
authorDennis Herrmann <dhn@FreeBSD.org>2011-04-16 17:22:42 +0000
committerDennis Herrmann <dhn@FreeBSD.org>2011-04-16 17:22:42 +0000
commitd594582a6dbb9242bffb6288e5628a5932ce1fc7 (patch)
tree58b383c2e70c4290f2b33dbb77926d4eb489662e /x11-wm
parent48155cb29c07805ac70a66fa838ec17cf71f7e5f (diff)
downloadports-d594582a6dbb9242bffb6288e5628a5932ce1fc7.tar.gz
ports-d594582a6dbb9242bffb6288e5628a5932ce1fc7.zip
Notes
Diffstat (limited to 'x11-wm')
-rw-r--r--x11-wm/wmfs/Makefile8
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>