diff options
author | mharo <mharo@FreeBSD.org> | 1999-08-23 03:01:07 +0800 |
---|---|---|
committer | mharo <mharo@FreeBSD.org> | 1999-08-23 03:01:07 +0800 |
commit | 89e9e517a9f1c97f22317b99b12b1133075eab02 (patch) | |
tree | faad1b92712e2988cd55bc71cc77494abb6ed655 /net-im/licq | |
parent | 164234dfead0f28fb873b763e6f378cb3313f426 (diff) | |
download | freebsd-ports-gnome-89e9e517a9f1c97f22317b99b12b1133075eab02.tar.gz freebsd-ports-gnome-89e9e517a9f1c97f22317b99b12b1133075eab02.tar.zst freebsd-ports-gnome-89e9e517a9f1c97f22317b99b12b1133075eab02.zip |
chmod -> ${CHMOD}
chown -> ${CHOWN}
Diffstat (limited to 'net-im/licq')
-rw-r--r-- | net-im/licq/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net-im/licq/Makefile b/net-im/licq/Makefile index d9d490bae04b..f200108de39b 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> |