diff options
Diffstat (limited to 'www/netscape4-communicator.us/Makefile')
-rw-r--r-- | www/netscape4-communicator.us/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/netscape4-communicator.us/Makefile b/www/netscape4-communicator.us/Makefile index 59b18004dc3b..d2acc2ca14b6 100644 --- a/www/netscape4-communicator.us/Makefile +++ b/www/netscape4-communicator.us/Makefile @@ -4,7 +4,7 @@ # Date created: 14 Feb 1998 # Whom: obrien@cs.ucdavis.edu # -# $Id: Makefile,v 1.9 1999/01/31 22:23:03 obrien Exp $ +# $Id: Makefile,v 1.10 1999/07/21 14:55:43 marcel Exp $ # DISTNAME= communicator-v407-us.x86-unknown-linux2.0_libc5 @@ -68,7 +68,7 @@ do-install: ${RM} -rf ${NDIR}/netscape-dynMotif ${RM} -rf ${NDIR}/libnullplugin-dynMotif.so ${RM} -rf ${NDIR}/movemail-src - chown -R ${BINOWN}.${BINGRP} ${NDIR} + ${CHOWN} -R ${BINOWN}.${BINGRP} ${NDIR} post-install: @${CAT} ${PKGDIR}/DESCR |