From c2d3db6a5f0e1d4a32e3fea5e37d0c0d3e389fac Mon Sep 17 00:00:00 2001 From: Jim Mock Date: Thu, 17 Feb 2000 02:39:54 +0000 Subject: 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. --- x11/wmbutton/Makefile | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'x11') 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 -- cgit v1.2.3