diff options
author | Trevor Johnson <trevor@FreeBSD.org> | 2004-01-22 12:18:43 +0000 |
---|---|---|
committer | Trevor Johnson <trevor@FreeBSD.org> | 2004-01-22 12:18:43 +0000 |
commit | 439b8a040c6cc5d9c091b08a90056d1059d4640b (patch) | |
tree | 8132e1111bd2c96ba9c0959d3cfce2b62a26551b /deskutils/gdeskcal | |
parent | f26c8efaac7d5c7934a01e89d790bac25766df39 (diff) |
Use the CPIO macro defined in bsd.port.mk.
Notes
Notes:
svn path=/head/; revision=98793
Diffstat (limited to 'deskutils/gdeskcal')
-rw-r--r-- | deskutils/gdeskcal/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/deskutils/gdeskcal/Makefile b/deskutils/gdeskcal/Makefile index 1e7a36652861..5575573b859f 100644 --- a/deskutils/gdeskcal/Makefile +++ b/deskutils/gdeskcal/Makefile @@ -35,7 +35,7 @@ do-install: for d in ${DATA_DIRS}; do \ ${MKDIR} ${PREFIX}/share/gnome/gdeskcal/$$d ; \ cd ${WRKSRC}/$$d && ${FIND} . | \ - cpio -pdm -L -R ${LIBOWN}:${LIBGRP} \ + ${CPIO} -pdm -L -R ${LIBOWN}:${LIBGRP} \ ${PREFIX}/share/gnome/gdeskcal/$$d ; \ done ${INSTALL_SCRIPT} ${WRKSRC}/gdeskcal \ |