diff options
author | ache <ache@FreeBSD.org> | 1996-10-24 09:41:36 +0800 |
---|---|---|
committer | ache <ache@FreeBSD.org> | 1996-10-24 09:41:36 +0800 |
commit | 54c219a4163e47478db8b3af89cc3fc1b1d0a0b6 (patch) | |
tree | 1efff550f9d243bed797fd96838c32c901c09e5d /devel/libslang/Makefile | |
parent | 0f70192d3002a7ae7fb612aaa46ae7bea73b53af (diff) | |
download | freebsd-ports-gnome-54c219a4163e47478db8b3af89cc3fc1b1d0a0b6.tar.gz freebsd-ports-gnome-54c219a4163e47478db8b3af89cc3fc1b1d0a0b6.tar.zst freebsd-ports-gnome-54c219a4163e47478db8b3af89cc3fc1b1d0a0b6.zip |
Remove old shared library because naming convention changed
Diffstat (limited to 'devel/libslang/Makefile')
-rw-r--r-- | devel/libslang/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/libslang/Makefile b/devel/libslang/Makefile index de13ba70c020..300768264813 100644 --- a/devel/libslang/Makefile +++ b/devel/libslang/Makefile @@ -3,7 +3,7 @@ # Date created: 11 July 1996 # Whom: ache # -# $Id: Makefile,v 1.3 1996/09/03 10:09:10 ache Exp $ +# $Id: Makefile,v 1.4 1996/10/22 19:19:45 ache Exp $ # DISTNAME= slang0.99-35 @@ -19,6 +19,7 @@ INSTALL_TARGET= install install-elf WRKSRC= ${WRKDIR}/slang post-install: + rm -f ${PREFIX}/lib/libslang.so.99.34 /sbin/ldconfig -m ${PREFIX}/lib .include <bsd.port.mk> |