summaryrefslogtreecommitdiffstats
path: root/share/mk/bsd.port.mk
diff options
context:
space:
mode:
authorasami <asami@FreeBSD.org>1998-09-17 01:22:05 +0000
committerasami <asami@FreeBSD.org>1998-09-17 01:22:05 +0000
commitf98d75eac33e9dc1a3b13da9a4297afe575dcb00 (patch)
tree6750f3a83af8788d5d377a5b8a217645bcff8c7e /share/mk/bsd.port.mk
parentf1f961d057adb6f849317aa416c24dad47af09a3 (diff)
downloadFreeBSD-src-f98d75eac33e9dc1a3b13da9a4297afe575dcb00.zip
FreeBSD-src-f98d75eac33e9dc1a3b13da9a4297afe575dcb00.tar.gz
Yikes, put .endif in wrong place.
Diffstat (limited to 'share/mk/bsd.port.mk')
-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 1cdd0e7..5889b64 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}:
OpenPOWER on IntegriCloud