diff options
author | Michael Haro <mharo@FreeBSD.org> | 1999-08-22 19:01:07 +0000 |
---|---|---|
committer | Michael Haro <mharo@FreeBSD.org> | 1999-08-22 19:01:07 +0000 |
commit | 5281212be38447df70380d4e9e8cd0ef1cf11517 (patch) | |
tree | 655e734faae358d2c0edeefd08e9aeac6202b150 /x11/wmbutton/Makefile | |
parent | acfa648bd4bbbfcd4dd84f668832b2ab47009cbd (diff) | |
download | ports-5281212be38447df70380d4e9e8cd0ef1cf11517.tar.gz ports-5281212be38447df70380d4e9e8cd0ef1cf11517.zip |
Notes
Diffstat (limited to 'x11/wmbutton/Makefile')
-rw-r--r-- | x11/wmbutton/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/x11/wmbutton/Makefile b/x11/wmbutton/Makefile index 14154adb4982..5f51b6c73122 100644 --- a/x11/wmbutton/Makefile +++ b/x11/wmbutton/Makefile @@ -3,7 +3,7 @@ # Date created: 10 Apr 1999 # Whom: Jim Mock <jim@FreeBSD.org> # -# $Id: Makefile,v 1.1.1.1 1999/04/11 12:53:10 jseger Exp $ +# $Id: Makefile,v 1.2 1999/08/14 09:11:54 jim Exp $ # DISTNAME= wmbutton-0.4 @@ -25,11 +25,11 @@ do-install: 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 + @${MKDIR} ${PREFIX}/share/examples/wmbutton && ${CHMOD} a+rx ${PREFIX}/share/examples/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 + @${MKDIR} ${PREFIX}/share/doc/wmbutton && ${CHMOD} a+rx ${PREFIX}/share/doc/wmbutton @${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/wmbutton .include <bsd.port.mk> |