diff options
Diffstat (limited to 'devel/libslang/Makefile')
-rw-r--r-- | devel/libslang/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/libslang/Makefile b/devel/libslang/Makefile index 300768264813..306b10651834 100644 --- a/devel/libslang/Makefile +++ b/devel/libslang/Makefile @@ -3,7 +3,7 @@ # Date created: 11 July 1996 # Whom: ache # -# $Id: Makefile,v 1.4 1996/10/22 19:19:45 ache Exp $ +# $Id: Makefile,v 1.5 1996/10/24 01:41:30 ache Exp $ # DISTNAME= slang0.99-35 @@ -19,7 +19,7 @@ INSTALL_TARGET= install install-elf WRKSRC= ${WRKDIR}/slang post-install: - rm -f ${PREFIX}/lib/libslang.so.99.34 + rm -f ${PREFIX}/lib/libslang.so.99.3[34] /sbin/ldconfig -m ${PREFIX}/lib .include <bsd.port.mk> |