aboutsummaryrefslogtreecommitdiffstats
path: root/www/mozilla-embedded-devel
diff options
context:
space:
mode:
authormarcus <marcus@FreeBSD.org>2002-08-10 09:03:06 +0800
committermarcus <marcus@FreeBSD.org>2002-08-10 09:03:06 +0800
commitb54d56b4d90a486670cce5f52555f164f460c0ca (patch)
treed9a5f2efd0947f25b4bcd920ed8e4a2786795f35 /www/mozilla-embedded-devel
parent450563eff1593c645a33e6a772b73b17b782d1fc (diff)
downloadfreebsd-ports-gnome-b54d56b4d90a486670cce5f52555f164f460c0ca.tar.gz
freebsd-ports-gnome-b54d56b4d90a486670cce5f52555f164f460c0ca.tar.zst
freebsd-ports-gnome-b54d56b4d90a486670cce5f52555f164f460c0ca.zip
Fix the user and group macros handed to cpio.
Reported by: John Merryweather Cooper <john_m_cooper@yahoo.com>
Diffstat (limited to 'www/mozilla-embedded-devel')
-rw-r--r--www/mozilla-embedded-devel/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/www/mozilla-embedded-devel/Makefile b/www/mozilla-embedded-devel/Makefile
index 2eb557e74077..7423111dcf52 100644
--- a/www/mozilla-embedded-devel/Makefile
+++ b/www/mozilla-embedded-devel/Makefile
@@ -42,6 +42,6 @@ do-install:
${MKDIR} ${PREFIX}/lib/mozilla-embedded
${CHMOD} 755 ${PREFIX}/lib/mozilla-embedded
cd ${WRKSRC}/dist/Embed && ${FIND} . | \
- cpio -pdm -L -R ${INCOWN}:${INCGRP} ${PREFIX}/lib/mozilla-embedded
+ cpio -pdm -L -R ${LIBOWN}:${LIBGRP} ${PREFIX}/lib/mozilla-embedded
.include <bsd.port.mk>