diff options
author | Jim Mock <jim@FreeBSD.org> | 2000-02-17 02:39:54 +0000 |
---|---|---|
committer | Jim Mock <jim@FreeBSD.org> | 2000-02-17 02:39:54 +0000 |
commit | c2d3db6a5f0e1d4a32e3fea5e37d0c0d3e389fac (patch) | |
tree | 87201116b6c598ce638f43e34c1fba6ce3e58337 /x11 | |
parent | 445883073138cc64f0f175a46437eb961f119d10 (diff) | |
download | ports-c2d3db6a5f0e1d4a32e3fea5e37d0c0d3e389fac.tar.gz ports-c2d3db6a5f0e1d4a32e3fea5e37d0c0d3e389fac.zip |
Notes
Diffstat (limited to 'x11')
-rw-r--r-- | x11/wmbutton/Makefile | 9 |
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 |