summaryrefslogtreecommitdiffstats
path: root/www/seamonkey2
diff options
context:
space:
mode:
authortrevor <trevor@FreeBSD.org>2004-01-22 12:18:43 +0000
committertrevor <trevor@FreeBSD.org>2004-01-22 12:18:43 +0000
commit1a4fe1abef078142c88fe743751cab946f0e6d1a (patch)
treeb3f0484b3d24d10d7a0453f904fc5634ac0fd064 /www/seamonkey2
parentb986261853674afc9ed239fc66c9bd33bb7acb46 (diff)
downloadFreeBSD-ports-1a4fe1abef078142c88fe743751cab946f0e6d1a.zip
FreeBSD-ports-1a4fe1abef078142c88fe743751cab946f0e6d1a.tar.gz
Use the CPIO macro defined in bsd.port.mk.
Diffstat (limited to 'www/seamonkey2')
-rw-r--r--www/seamonkey2/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/www/seamonkey2/Makefile b/www/seamonkey2/Makefile
index 6051de3..16cbea5 100644
--- a/www/seamonkey2/Makefile
+++ b/www/seamonkey2/Makefile
@@ -270,7 +270,7 @@ do-install:
${MKDIR} ${PREFIX}/lib/${MOZILLA}
${CHMOD} 755 ${PREFIX}/lib/${MOZILLA}
cd ${WRKSRC}/dist/bin && ${FIND} . | \
- cpio -pdm -L -R ${LIBOWN}:${LIBGRP} ${PREFIX}/lib/${MOZILLA}
+ ${CPIO} -pdm -L -R ${LIBOWN}:${LIBGRP} ${PREFIX}/lib/${MOZILLA}
${INSTALL_SCRIPT} ${WRKSRC}/${MOZILLA} ${PREFIX}/bin
if [ ! -x ${PREFIX}/bin/mozilla -a ! -L ${PREFIX}/bin/mozilla ]; then \
${LN} -sf ${PREFIX}/bin/${MOZILLA} ${PREFIX}/bin/mozilla ; \
@@ -295,7 +295,7 @@ do-install:
${MKDIR} ${PREFIX}/include/mozilla
${CHMOD} 755 ${PREFIX}/include/mozilla
cd ${WRKSRC}/dist/include && ${FIND} . | \
- cpio -pdm -L -R ${LIBOWN}:${LIBGRP} ${PREFIX}/include/mozilla
+ ${CPIO} -pdm -L -R ${LIBOWN}:${LIBGRP} ${PREFIX}/include/mozilla
post-install:
@${CHMOD} -R u-w ${PREFIX}/lib/${MOZILLA}/components
OpenPOWER on IntegriCloud