diff options
author | lioux <lioux@FreeBSD.org> | 2001-11-08 00:25:42 +0800 |
---|---|---|
committer | lioux <lioux@FreeBSD.org> | 2001-11-08 00:25:42 +0800 |
commit | a3e3f5e205d56b6a9b731cc47c93a990315d860a (patch) | |
tree | e7ab9deea7f380f6581ddecdf0abcb09a6fa83f8 /net | |
parent | 7f095c806c5475842b0e78266ac74220e82b9315 (diff) | |
download | freebsd-ports-gnome-a3e3f5e205d56b6a9b731cc47c93a990315d860a.tar.gz freebsd-ports-gnome-a3e3f5e205d56b6a9b731cc47c93a990315d860a.tar.zst freebsd-ports-gnome-a3e3f5e205d56b6a9b731cc47c93a990315d860a.zip |
Avoid conflicts between net/icqlib and net/icqlib0, add LATEST_LINK=icqlib0
Submitted by: knu
Diffstat (limited to 'net')
-rw-r--r-- | net/icqlib0/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/net/icqlib0/Makefile b/net/icqlib0/Makefile index 12f6454deb6b..10aca45a9190 100644 --- a/net/icqlib0/Makefile +++ b/net/icqlib0/Makefile @@ -18,6 +18,8 @@ USE_GMAKE= yes USE_LIBTOOL= yes INSTALLS_SHLIB= yes +LATEST_LINK= icqlib0 + post-install: ${INSTALL_DATA} ${WRKSRC}/icqlib/icq.h ${PREFIX}/include/icq0.h |