aboutsummaryrefslogtreecommitdiff
path: root/devel/hs-uni
diff options
context:
space:
mode:
authorTrevor Johnson <trevor@FreeBSD.org>2004-01-22 12:18:43 +0000
committerTrevor Johnson <trevor@FreeBSD.org>2004-01-22 12:18:43 +0000
commit439b8a040c6cc5d9c091b08a90056d1059d4640b (patch)
tree8132e1111bd2c96ba9c0959d3cfce2b62a26551b /devel/hs-uni
parentf26c8efaac7d5c7934a01e89d790bac25766df39 (diff)
downloadports-439b8a040c6cc5d9c091b08a90056d1059d4640b.tar.gz
ports-439b8a040c6cc5d9c091b08a90056d1059d4640b.zip
Notes
Diffstat (limited to 'devel/hs-uni')
-rw-r--r--devel/hs-uni/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/hs-uni/Makefile b/devel/hs-uni/Makefile
index b9b397d3454c..110b0306a9dd 100644
--- a/devel/hs-uni/Makefile
+++ b/devel/hs-uni/Makefile
@@ -61,7 +61,7 @@ do-install:
@cd ${WRKSRC} && ${GMAKE} prepareexports
@cd ${WRKSRC} && ${GMAKE} -s --no-print-directory exportnames | \
${SED} 'y/ /\n/; /^$$/d ; s+${PORTNAME}/++g' | \
- cpio -pdm -L -R ${LIBOWN}:${LIBGRP} ${PREFIX}/lib/uni
+ ${CPIO} -pdm -L -R ${LIBOWN}:${LIBGRP} ${PREFIX}/lib/uni
@cd ${PREFIX}/lib/uni && ${FIND} . -type d -print0 | \
${XARGS} -0 ${CHMOD} 755 # ugly, but necessary