diff options
| author | Makoto Matsushita <matusita@FreeBSD.org> | 2002-01-31 00:38:09 +0000 |
|---|---|---|
| committer | Makoto Matsushita <matusita@FreeBSD.org> | 2002-01-31 00:38:09 +0000 |
| commit | 65718a83c95149c173b937cd3b49295664264590 (patch) | |
| tree | 50cd4d34faa0c55782ac3a2f5e88b42237548a05 | |
| parent | a3aa8c3ee864b9c441091a136716cd976cfd0778 (diff) | |
Notes
| -rw-r--r-- | release/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/release/Makefile b/release/Makefile index 95e3c703ac1f..0bea19dadd8c 100644 --- a/release/Makefile +++ b/release/Makefile @@ -778,9 +778,9 @@ cdrom.1: @cp ${CD_DISC1}/floppies/boot.flp ${CD_DISC2}/floppies .endif .if !defined(NOPORTS) - @-rm -rf /usr/ports/distfiles/* @mkdir -p ${CD_DISC1}/ports && \ - tar --exclude CVS -czf ${CD_DISC1}/ports/ports.tgz -C /usr ports && \ + tar --exclude CVS --exclude 'ports/distfiles/*' -czf \ + ${CD_DISC1}/ports/ports.tgz -C /usr ports && \ cp ${.CURDIR}/scripts/ports-install.sh ${CD_DISC1}/ports/install.sh \ && (cd ${CD_DISC1}/ports; md5 * > CHECKSUM.MD5) .endif |
