summaryrefslogtreecommitdiff
path: root/x11
diff options
context:
space:
mode:
authorJim Mock <jim@FreeBSD.org>2000-02-17 02:39:54 +0000
committerJim Mock <jim@FreeBSD.org>2000-02-17 02:39:54 +0000
commitc2d3db6a5f0e1d4a32e3fea5e37d0c0d3e389fac (patch)
tree87201116b6c598ce638f43e34c1fba6ce3e58337 /x11
parentupdate to 1.7 (diff)
Change the main MASTER_SITE to one that really exists, and add one of my
own. While I'm here, do a few other minor Makefile cleanups.
Notes
Notes: svn path=/head/; revision=25908
Diffstat (limited to 'x11')
-rw-r--r--x11/wmbutton/Makefile9
1 files changed, 5 insertions, 4 deletions
diff --git a/x11/wmbutton/Makefile b/x11/wmbutton/Makefile
index 536e80da31d2..61272eae348d 100644
--- a/x11/wmbutton/Makefile
+++ b/x11/wmbutton/Makefile
@@ -8,7 +8,8 @@
DISTNAME= wmbutton-0.4
CATEGORIES= x11 windowmaker
-MASTER_SITES= http://www-personal.ksu.edu/~ehflora/wmbutton/
+MASTER_SITES= http://www.cs.mun.ca/~gstarkes/wmaker/dockapps/files/ \
+ http://people.FreeBSD.org/~jim/distfiles/
MAINTAINER= jim@FreeBSD.org
@@ -17,16 +18,16 @@ LIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm
USE_X_PREFIX= yes
do-build:
- (cd ${WRKSRC} && make)
+ @(cd ${WRKSRC} && make)
do-install:
- ${INSTALL_PROGRAM} ${WRKSRC}/wmbutton ${PREFIX}/bin
+ @${INSTALL_PROGRAM} ${WRKSRC}/wmbutton ${PREFIX}/bin
post-install:
@${ECHO} "===> Installing .wmbutton as ${PREFIX}/share/examples/wmbutton/wmbutton"
@${ECHO} "===> Modify if you wish and copy to ~/.wmbutton"
@${MKDIR} ${PREFIX}/share/examples/wmbutton && ${CHMOD} a+rx ${PREFIX}/share/examples/wmbutton
- ${INSTALL_DATA} ${WRKSRC}/.wmbutton ${PREFIX}/share/examples/wmbutton/wmbutton
+ @${INSTALL_DATA} ${WRKSRC}/.wmbutton ${PREFIX}/share/examples/wmbutton/wmbutton
@${ECHO} "===> Installing README in ${PREFIX}/share/doc/wmbutton"
@${ECHO} "===> Please read it for usage instructions"
@${MKDIR} ${PREFIX}/share/doc/wmbutton && ${CHMOD} a+rx ${PREFIX}/share/doc/wmbutton