Date: Wed, 23 Oct 1996 19:53:43 -0700 (PDT) From: asami@freebsd.org (Satoshi Asami) To: ache@freebsd.org Cc: CVS-committers@freebsd.org, cvs-all@freebsd.org, cvs-ports@freebsd.org Subject: Re: cvs commit: ports/devel/libslang Makefile ports/devel/libslang/pkg PLIST Message-ID: <199610240253.TAA10382@silvia.HIP.Berkeley.EDU> In-Reply-To: <199610240141.SAA27048@freefall.freebsd.org> (ache)
next in thread | previous in thread | raw e-mail | index | archive | help
* Remove old shared library because naming convention changed Wow, with no warnings at all. Well, I guess that's ok because there is only one other port using it. However: === @@ -19,6 +19,7 @@ WRKSRC= ${WRKDIR}/slang post-install: + rm -f ${PREFIX}/lib/libslang.so.99.34 /sbin/ldconfig -m ${PREFIX}/lib .include <bsd.port.mk> === You at least need a "-" in front of rm in case there is no old version of shared libslang. Satoshi
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199610240253.TAA10382>