aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorasami <asami@FreeBSD.org>1998-09-17 09:22:05 +0800
committerasami <asami@FreeBSD.org>1998-09-17 09:22:05 +0800
commita32744bb505a45e3ba2195559aa1a8e28548ecb2 (patch)
tree008437029f61aa730c743a40221bea69b1cad900
parent9f9915167012033409278bdab413cc6feea8df1c (diff)
downloadfreebsd-ports-gnome-a32744bb505a45e3ba2195559aa1a8e28548ecb2.tar.gz
freebsd-ports-gnome-a32744bb505a45e3ba2195559aa1a8e28548ecb2.tar.zst
freebsd-ports-gnome-a32744bb505a45e3ba2195559aa1a8e28548ecb2.zip
Yikes, put .endif in wrong place.
-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}: