diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2002-02-15 19:01:48 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2002-02-15 19:01:48 +0000 |
commit | 19cc9bd8c93cbefb551625b59410adc0730a6b65 (patch) | |
tree | e8b3f65b41f16b4efd87761f8cf3faa52f34f0ca /devel/ORBit/Makefile | |
parent | 6976db798b4b6515232efb9400018053cc2d2101 (diff) |
Don't create compatibility symlinks, which might get in the way of the GNOME2.
Tested by: Joe Marcus Clarke <marcus@marcuscom.com>
Notes
Notes:
svn path=/head/; revision=54762
Diffstat (limited to 'devel/ORBit/Makefile')
-rw-r--r-- | devel/ORBit/Makefile | 12 |
1 files changed, 1 insertions, 11 deletions
diff --git a/devel/ORBit/Makefile b/devel/ORBit/Makefile index 3e7c5be83e75..470870e518a1 100644 --- a/devel/ORBit/Makefile +++ b/devel/ORBit/Makefile @@ -7,7 +7,7 @@ PORTNAME= ORBit PORTVERSION= 0.5.13 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= devel gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= stable/sources/ORBit @@ -35,15 +35,5 @@ post-install: @if [ ! -f ${PREFIX}/etc/orbitrc ]; then \ ${CP} -p ${PREFIX}/etc/orbitrc.default ${PREFIX}/etc/orbitrc ; \ fi -.for dir in IIOP ORBitservices ORBitutil orb orbit-idl2.h - @if [ -L ${PREFIX}/include/${dir} ]; then \ - ${RM} -f ${PREFIX}/include/${dir}; \ - fi - @${LN} -sf ${PREFIX}/include/orbit-1.0/${dir} ${PREFIX}/include/${dir} -.endfor - @if [ -L ${PREFIX}/include/libIDL ]; then \ - ${RM} -f ${PREFIX}/include/libIDL; \ - fi - @${LN} -sf ${PREFIX}/include/libIDL-1.0/libIDL ${PREFIX}/include/libIDL .include <bsd.port.mk> |