summaryrefslogtreecommitdiff
path: root/net-im/licq
diff options
context:
space:
mode:
authorMichael Haro <mharo@FreeBSD.org>1999-08-22 19:01:07 +0000
committerMichael Haro <mharo@FreeBSD.org>1999-08-22 19:01:07 +0000
commit5281212be38447df70380d4e9e8cd0ef1cf11517 (patch)
tree655e734faae358d2c0edeefd08e9aeac6202b150 /net-im/licq
parentAssign USE_XLIB var. Any ports which use XLib needs it. (diff)
chmod -> ${CHMOD}
chown -> ${CHOWN}
Notes
Notes: svn path=/head/; revision=20885
Diffstat (limited to 'net-im/licq')
-rw-r--r--net-im/licq/Makefile6
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>