diff options
author | trevor <trevor@FreeBSD.org> | 2004-01-22 20:18:43 +0800 |
---|---|---|
committer | trevor <trevor@FreeBSD.org> | 2004-01-22 20:18:43 +0800 |
commit | 1a4fe1abef078142c88fe743751cab946f0e6d1a (patch) | |
tree | b3f0484b3d24d10d7a0453f904fc5634ac0fd064 /emulators | |
parent | b986261853674afc9ed239fc66c9bd33bb7acb46 (diff) | |
download | freebsd-ports-gnome-1a4fe1abef078142c88fe743751cab946f0e6d1a.tar.gz freebsd-ports-gnome-1a4fe1abef078142c88fe743751cab946f0e6d1a.tar.zst freebsd-ports-gnome-1a4fe1abef078142c88fe743751cab946f0e6d1a.zip |
Use the CPIO macro defined in bsd.port.mk.
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/linux_base-8/Makefile | 2 | ||||
-rw-r--r-- | emulators/linux_base-rh-9/Makefile | 2 | ||||
-rw-r--r-- | emulators/linux_base-suse-9.1/Makefile | 2 | ||||
-rw-r--r-- | emulators/linux_base-suse-9.2/Makefile | 2 | ||||
-rw-r--r-- | emulators/linux_base-suse-9.3/Makefile | 2 | ||||
-rw-r--r-- | emulators/osf1_base/Makefile | 2 | ||||
-rw-r--r-- | emulators/ski/Makefile | 2 | ||||
-rw-r--r-- | emulators/stella/Makefile | 2 |
8 files changed, 8 insertions, 8 deletions
diff --git a/emulators/linux_base-8/Makefile b/emulators/linux_base-8/Makefile index 07ca4be5c713..1969a7238a09 100644 --- a/emulators/linux_base-8/Makefile +++ b/emulators/linux_base-8/Makefile @@ -157,7 +157,7 @@ pre-install: && ${FIND} -d * -type d | ${SED} -e 's:^:@dirrm :' >> ${PLIST} do-install: - cd ${WRKSRC} && ${FIND} * | cpio -dlmp ${PREFIX} + cd ${WRKSRC} && ${FIND} * | ${CPIO} -dlmp ${PREFIX} ${FIND} ${PREFIX} -type d -exec ${CHMOD} 755 \{\} \; post-install: diff --git a/emulators/linux_base-rh-9/Makefile b/emulators/linux_base-rh-9/Makefile index 07ca4be5c713..1969a7238a09 100644 --- a/emulators/linux_base-rh-9/Makefile +++ b/emulators/linux_base-rh-9/Makefile @@ -157,7 +157,7 @@ pre-install: && ${FIND} -d * -type d | ${SED} -e 's:^:@dirrm :' >> ${PLIST} do-install: - cd ${WRKSRC} && ${FIND} * | cpio -dlmp ${PREFIX} + cd ${WRKSRC} && ${FIND} * | ${CPIO} -dlmp ${PREFIX} ${FIND} ${PREFIX} -type d -exec ${CHMOD} 755 \{\} \; post-install: diff --git a/emulators/linux_base-suse-9.1/Makefile b/emulators/linux_base-suse-9.1/Makefile index 07ca4be5c713..1969a7238a09 100644 --- a/emulators/linux_base-suse-9.1/Makefile +++ b/emulators/linux_base-suse-9.1/Makefile @@ -157,7 +157,7 @@ pre-install: && ${FIND} -d * -type d | ${SED} -e 's:^:@dirrm :' >> ${PLIST} do-install: - cd ${WRKSRC} && ${FIND} * | cpio -dlmp ${PREFIX} + cd ${WRKSRC} && ${FIND} * | ${CPIO} -dlmp ${PREFIX} ${FIND} ${PREFIX} -type d -exec ${CHMOD} 755 \{\} \; post-install: diff --git a/emulators/linux_base-suse-9.2/Makefile b/emulators/linux_base-suse-9.2/Makefile index 07ca4be5c713..1969a7238a09 100644 --- a/emulators/linux_base-suse-9.2/Makefile +++ b/emulators/linux_base-suse-9.2/Makefile @@ -157,7 +157,7 @@ pre-install: && ${FIND} -d * -type d | ${SED} -e 's:^:@dirrm :' >> ${PLIST} do-install: - cd ${WRKSRC} && ${FIND} * | cpio -dlmp ${PREFIX} + cd ${WRKSRC} && ${FIND} * | ${CPIO} -dlmp ${PREFIX} ${FIND} ${PREFIX} -type d -exec ${CHMOD} 755 \{\} \; post-install: diff --git a/emulators/linux_base-suse-9.3/Makefile b/emulators/linux_base-suse-9.3/Makefile index 07ca4be5c713..1969a7238a09 100644 --- a/emulators/linux_base-suse-9.3/Makefile +++ b/emulators/linux_base-suse-9.3/Makefile @@ -157,7 +157,7 @@ pre-install: && ${FIND} -d * -type d | ${SED} -e 's:^:@dirrm :' >> ${PLIST} do-install: - cd ${WRKSRC} && ${FIND} * | cpio -dlmp ${PREFIX} + cd ${WRKSRC} && ${FIND} * | ${CPIO} -dlmp ${PREFIX} ${FIND} ${PREFIX} -type d -exec ${CHMOD} 755 \{\} \; post-install: diff --git a/emulators/osf1_base/Makefile b/emulators/osf1_base/Makefile index a4dc4df9976e..5f30cc57b686 100644 --- a/emulators/osf1_base/Makefile +++ b/emulators/osf1_base/Makefile @@ -23,7 +23,7 @@ ONLY_FOR_ARCHS= alpha PREFIX= /compat/osf1 EXTRACT_CMD= rpm2cpio.pl EXTRACT_BEFORE_ARGS= -EXTRACT_AFTER_ARGS= |cpio -idum +EXTRACT_AFTER_ARGS= |${CPIO} -idum NO_WRKSUBDIR= yes NO_BUILD= yes NO_FILTER_SHLIBS= yes diff --git a/emulators/ski/Makefile b/emulators/ski/Makefile index 17063c720554..750d3b6e0a0d 100644 --- a/emulators/ski/Makefile +++ b/emulators/ski/Makefile @@ -26,7 +26,7 @@ NO_CDROM= ${NOTICE} EXTRACT_CMD= rpm2cpio.pl EXTRACT_BEFORE_ARGS= -EXTRACT_AFTER_ARGS= |cpio -idum +EXTRACT_AFTER_ARGS= |${CPIO} -idum NO_WRKSUBDIR= yes NO_BUILD= yes NO_FILTER_SHLIBS= yes diff --git a/emulators/stella/Makefile b/emulators/stella/Makefile index a26d8c5f4684..030de2a9f374 100644 --- a/emulators/stella/Makefile +++ b/emulators/stella/Makefile @@ -41,7 +41,7 @@ do-install: .if !defined(NOPORTDOCS) @${MKDIR} ${DOCSDIR} cd ${WRKSRC}/docs && ${FIND} . | \ - cpio -pdm -L -R ${SHAREOWN}:${SHAREGRP} ${DOCSDIR} + ${CPIO} -pdm -L -R ${SHAREOWN}:${SHAREGRP} ${DOCSDIR} .endif .include <bsd.port.mk> |