diff options
author | alepulver <alepulver@FreeBSD.org> | 2006-08-07 11:23:11 +0800 |
---|---|---|
committer | alepulver <alepulver@FreeBSD.org> | 2006-08-07 11:23:11 +0800 |
commit | 73a3303f2f74cb2254b16fd4573ab8c9ad5d7aa7 (patch) | |
tree | 2702c583f7649d3e8c70f0917360899f627b4492 /devel | |
parent | 3a561fb576551044ef758f9af9077797d0233515 (diff) | |
download | freebsd-ports-gnome-73a3303f2f74cb2254b16fd4573ab8c9ad5d7aa7.tar.gz freebsd-ports-gnome-73a3303f2f74cb2254b16fd4573ab8c9ad5d7aa7.tar.zst freebsd-ports-gnome-73a3303f2f74cb2254b16fd4573ab8c9ad5d7aa7.zip |
- Add a symlink (lib/libXCurses.so -> libXCurses.so.8) so "editors/the" can
find it.
PR: ports/101528
Submitted by: User1001 <supraexpress@globaleyes.net>
Diffstat (limited to 'devel')
-rw-r--r-- | devel/pdcurses-the/Makefile | 3 | ||||
-rw-r--r-- | devel/pdcurses-the/pkg-plist | 1 | ||||
-rw-r--r-- | devel/pdcurses/Makefile | 3 | ||||
-rw-r--r-- | devel/pdcurses/pkg-plist | 1 |
4 files changed, 8 insertions, 0 deletions
diff --git a/devel/pdcurses-the/Makefile b/devel/pdcurses-the/Makefile index d7c67d882d50..65b3e31099d4 100644 --- a/devel/pdcurses-the/Makefile +++ b/devel/pdcurses-the/Makefile @@ -42,4 +42,7 @@ LIB_DEPENDS+= Xaw3d.${XAWVER}:${PORTSDIR}/x11-toolkits/Xaw3d CONFIGURE_ARGS+=--with-xaw3d .endif +post-install: + @cd ${PREFIX}/lib && ${LN} -sf libXCurses.so libXCurses.so.8 + .include <bsd.port.post.mk> diff --git a/devel/pdcurses-the/pkg-plist b/devel/pdcurses-the/pkg-plist index f7b7a66e8b07..503f6d1fb00f 100644 --- a/devel/pdcurses-the/pkg-plist +++ b/devel/pdcurses-the/pkg-plist @@ -7,5 +7,6 @@ include/xcurses/term.h include/xpanel.h lib/libXCurses.a lib/libXCurses.so +lib/libXCurses.so.8 lib/libXpanel.a @dirrm include/xcurses diff --git a/devel/pdcurses/Makefile b/devel/pdcurses/Makefile index d7c67d882d50..65b3e31099d4 100644 --- a/devel/pdcurses/Makefile +++ b/devel/pdcurses/Makefile @@ -42,4 +42,7 @@ LIB_DEPENDS+= Xaw3d.${XAWVER}:${PORTSDIR}/x11-toolkits/Xaw3d CONFIGURE_ARGS+=--with-xaw3d .endif +post-install: + @cd ${PREFIX}/lib && ${LN} -sf libXCurses.so libXCurses.so.8 + .include <bsd.port.post.mk> diff --git a/devel/pdcurses/pkg-plist b/devel/pdcurses/pkg-plist index f7b7a66e8b07..503f6d1fb00f 100644 --- a/devel/pdcurses/pkg-plist +++ b/devel/pdcurses/pkg-plist @@ -7,5 +7,6 @@ include/xcurses/term.h include/xpanel.h lib/libXCurses.a lib/libXCurses.so +lib/libXCurses.so.8 lib/libXpanel.a @dirrm include/xcurses |