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 /irc/xchat-gnome | |
parent | acfa648bd4bbbfcd4dd84f668832b2ab47009cbd (diff) | |
download | ports-5281212be38447df70380d4e9e8cd0ef1cf11517.tar.gz ports-5281212be38447df70380d4e9e8cd0ef1cf11517.zip |
Notes
Diffstat (limited to 'irc/xchat-gnome')
-rw-r--r-- | irc/xchat-gnome/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/irc/xchat-gnome/Makefile b/irc/xchat-gnome/Makefile index a3381409f41a..1c25347fc950 100644 --- a/irc/xchat-gnome/Makefile +++ b/irc/xchat-gnome/Makefile @@ -3,7 +3,7 @@ # Date created: 17 Nov 1998 # Whom: Jim Mock <jim@FreeBSD.org> # -# $Id: Makefile,v 1.21 1999/08/12 07:55:40 jim Exp $ +# $Id: Makefile,v 1.22 1999/08/16 06:43:15 jim Exp $ # DISTNAME= xchat-1.1.8 @@ -41,7 +41,7 @@ post-install: @strip ${PREFIX}/bin/xchat .if !defined(NOPORTDOCS) @${ECHO} "===> Installing xchat docs in ${PREFIX}/share/doc/xchat" - @${MKDIR} ${PREFIX}/share/doc/xchat && chmod a+rx ${PREFIX}/share/doc/xchat + @${MKDIR} ${PREFIX}/share/doc/xchat && ${CHMOD} a+rx ${PREFIX}/share/doc/xchat @${INSTALL_DATA} ${WRKSRC}/doc/*.* ${PREFIX}/share/doc/xchat @${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/xchat @${INSTALL_DATA} ${WRKSRC}/ChangeLog ${PREFIX}/share/doc/xchat |