summaryrefslogtreecommitdiff
path: root/Mk/bsd.port.mk
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
commitf197c7fc2657d1fb6a2d8003129c8a48100630bc (patch)
tree3d84c6d5059bac413f8e1716d7d6a1161cc4db7d /Mk/bsd.port.mk
parentRemove shlib minor if PORTOBJFORMAT=elf. (diff)
Yikes, put .endif in wrong place.
Notes
Notes: svn path=/head/; revision=13196
Diffstat (limited to 'Mk/bsd.port.mk')
-rw-r--r--Mk/bsd.port.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/Mk/bsd.port.mk b/Mk/bsd.port.mk
index 1cdd0e78612b..5889b649e048 100644
--- a/Mk/bsd.port.mk
+++ b/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}: