summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoerg Wunsch <joerg@FreeBSD.org>1997-03-14 08:21:09 +0000
committerJoerg Wunsch <joerg@FreeBSD.org>1997-03-14 08:21:09 +0000
commitff7c711c58fb44ed50cae97a310684ff87c05e65 (patch)
treee872e80a0321d601c4028af4003ba3f74c0338f0
parentb225fe2740606b21caee5260555110e2957b01f9 (diff)
Notes
-rw-r--r--release/Makefile8
1 files changed, 3 insertions, 5 deletions
diff --git a/release/Makefile b/release/Makefile
index d1090a3a801b..2e2dffbc7b2e 100644
--- a/release/Makefile
+++ b/release/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.284 1997/03/12 02:42:55 jkh Exp $
+# $Id: Makefile,v 1.285 1997/03/12 18:09:15 joerg Exp $
#
# How to roll a release:
#
@@ -485,13 +485,11 @@ cdrom.1:
# NOTE: Both ftp.1 and cdrom.1 must be run before this target or it will die
# a quick and gruesome death. We also expect the release engineer to
# manually populate ports/distfiles on the 2nd CDROM.
-+
ports.1:
tar -cBf - -C /usr ports | tar xBpf - -C ${CD_DISC2} && \
mkdir -p ${CD_DISC1}/ports && tar -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) &&
+ cp ${.CURDIR}/scripts/ports-install.sh ${CD_DISC1}/ports/install.sh && \
+ (cd ${CD_DISC1}/ports; md5 * > CHECKSUM.MD5) && \
tar -cBf - -C ${CD_DISC1} ports | tar -xBf - -C ${FD}