summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>1998-09-17 01:22:05 +0000
committerSatoshi Asami <asami@FreeBSD.org>1998-09-17 01:22:05 +0000
commitd2748a4068db2b895c4a9af2cc6dcf6c20eb13f7 (patch)
tree7d7c9c0ccd215685c89d6355aef2af6db050bbe2
parentb6ab977c7be71caa3461687aefab0ef78ce5a867 (diff)
Notes
-rw-r--r--share/mk/bsd.port.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/share/mk/bsd.port.mk b/share/mk/bsd.port.mk
index 1cdd0e78612b..5889b649e048 100644
--- a/share/mk/bsd.port.mk
+++ b/share/mk/bsd.port.mk
@@ -1,7 +1,7 @@
#-*- mode: Fundamental; tab-width: 4; -*-
# ex:ts=4
#
-# $Id: bsd.port.mk,v 1.288 1998/09/16 12:04:38 asami Exp $
+# $Id: bsd.port.mk,v 1.289 1998/09/17 01:00:23 asami Exp $
# $NetBSD: $
#
# bsd.port.mk - 940820 Jordan K. Hubbard.
@@ -2004,8 +2004,8 @@ generate-plist:
@${SED} -e 's,\(/lib.*\.so\.[0-9]*\)$$,\1.0,' ${TMPPLIST} > ${TMPPLIST}.tmp
.else
@${SED} -e 's,\(/lib.*\.so\.[0-9]*\)\.[0-9]*$$,\1,' ${TMPPLIST} > ${TMPPLIST}.tmp
- @${MV} -f ${TMPPLIST}.tmp ${TMPPLIST}
.endif
+ @${MV} -f ${TMPPLIST}.tmp ${TMPPLIST}
.endif
${TMPPLIST}: