diff options
author | mharo <mharo@FreeBSD.org> | 1999-08-22 19:01:07 +0000 |
---|---|---|
committer | mharo <mharo@FreeBSD.org> | 1999-08-22 19:01:07 +0000 |
commit | 89e9e517a9f1c97f22317b99b12b1133075eab02 (patch) | |
tree | faad1b92712e2988cd55bc71cc77494abb6ed655 /net-im | |
parent | 164234dfead0f28fb873b763e6f378cb3313f426 (diff) | |
download | FreeBSD-ports-89e9e517a9f1c97f22317b99b12b1133075eab02.zip FreeBSD-ports-89e9e517a9f1c97f22317b99b12b1133075eab02.tar.gz |
chmod -> ${CHMOD}
chown -> ${CHOWN}
Diffstat (limited to 'net-im')
-rw-r--r-- | net-im/gaim/Makefile | 4 | ||||
-rw-r--r-- | net-im/licq/Makefile | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/net-im/gaim/Makefile b/net-im/gaim/Makefile index 7e89e88..48aacb2 100644 --- a/net-im/gaim/Makefile +++ b/net-im/gaim/Makefile @@ -3,7 +3,7 @@ # Date created: 26 Mar 1999 # Whom: Jim Mock <jim@FreeBSD.org> # -# $Id: Makefile,v 1.6 1999/08/07 09:31:45 cpiazza Exp $ +# $Id: Makefile,v 1.7 1999/08/12 09:20:43 jim Exp $ # DISTNAME= gaim-0.9.7 @@ -26,7 +26,7 @@ CONFIGURE_ENV= GTK_CONFIG="${GTK_CONFIG}" \ do-install: @${INSTALL_PROGRAM} ${WRKSRC}/src/gaim ${PREFIX}/bin - @${MKDIR} ${PREFIX}/share/gaim/pixmaps && chmod a+rx ${PREFIX}/share/gaim/pixmaps + @${MKDIR} ${PREFIX}/share/gaim/pixmaps && ${CHMOD} a+rx ${PREFIX}/share/gaim/pixmaps @${ECHO} "===> Installing pixmaps" @${INSTALL_DATA} ${WRKSRC}/pixmaps/*.xpm ${PREFIX}/share/gaim/pixmaps diff --git a/net-im/licq/Makefile b/net-im/licq/Makefile index d9d490b..f200108 100644 --- a/net-im/licq/Makefile +++ b/net-im/licq/Makefile @@ -3,7 +3,7 @@ # Date created: 2 July 1998 # Whom: Brian Feldman # -# $Id: Makefile,v 1.6 1999/05/02 20:21:28 mharo Exp $ +# $Id: Makefile,v 1.7 1999/05/03 01:56:26 steve Exp $ # DISTNAME= licq-0.61 @@ -27,7 +27,7 @@ post-install: @${MKDIR} ${PREFIX}/share/licq @${CP} ${WRKSRC}/contrib/licq.* ${WRKSRC}/contrib/viewurl* \ ${PREFIX}/share/licq - @chmod 555 ${PREFIX}/share/licq/* - @chown bin.bin ${PREFIX}/share/licq/* + @${CHMOD} 555 ${PREFIX}/share/licq/* + @${CHOWN} bin.bin ${PREFIX}/share/licq/* .include <bsd.port.mk> |