diff options
author | asami <asami@FreeBSD.org> | 1998-09-17 01:22:05 +0000 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1998-09-17 01:22:05 +0000 |
commit | f98d75eac33e9dc1a3b13da9a4297afe575dcb00 (patch) | |
tree | 6750f3a83af8788d5d377a5b8a217645bcff8c7e /share/mk | |
parent | f1f961d057adb6f849317aa416c24dad47af09a3 (diff) | |
download | FreeBSD-src-f98d75eac33e9dc1a3b13da9a4297afe575dcb00.zip FreeBSD-src-f98d75eac33e9dc1a3b13da9a4297afe575dcb00.tar.gz |
Yikes, put .endif in wrong place.
Diffstat (limited to 'share/mk')
-rw-r--r-- | share/mk/bsd.port.mk | 4 |
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}: |