summaryrefslogtreecommitdiff
path: root/devel/libglade
diff options
context:
space:
mode:
authorMaxim Sobolev <sobomax@FreeBSD.org>2002-02-15 19:01:48 +0000
committerMaxim Sobolev <sobomax@FreeBSD.org>2002-02-15 19:01:48 +0000
commit19cc9bd8c93cbefb551625b59410adc0730a6b65 (patch)
treee8b3f65b41f16b4efd87761f8cf3faa52f34f0ca /devel/libglade
parentClean up this port, including GCing old configure options and making patches (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/libglade')
-rw-r--r--devel/libglade/Makefile8
-rw-r--r--devel/libglade/pkg-plist3
2 files changed, 1 insertions, 10 deletions
diff --git a/devel/libglade/Makefile b/devel/libglade/Makefile
index 218f04927368..21990853de6c 100644
--- a/devel/libglade/Makefile
+++ b/devel/libglade/Makefile
@@ -7,7 +7,7 @@
PORTNAME= libglade
PORTVERSION= 0.17
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= devel gnome
MASTER_SITES= ${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR= stable/sources/libglade
@@ -27,10 +27,4 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LIBS="-L${LOCALBASE}/lib"
CONFIGURE_TARGET= --target=${MACHINE_ARCH}-unknown-freebsd${OSREL}
-post-install:
- @if [ -L ${PREFIX}/include/glade ]; then \
- ${RM} -f ${PREFIX}/include/glade; \
- fi
- @${LN} -sf ${PREFIX}/include/libglade-1.0/glade ${PREFIX}/include/glade
-
.include <bsd.port.mk>
diff --git a/devel/libglade/pkg-plist b/devel/libglade/pkg-plist
index b642fde4ccf4..cdd8c14cd329 100644
--- a/devel/libglade/pkg-plist
+++ b/devel/libglade/pkg-plist
@@ -24,6 +24,3 @@ libdata/pkgconfig/libglade.pc
share/aclocal/libglade.m4
@dirrm include/libglade-1.0/glade
@dirrm include/libglade-1.0
-@exec /bin/rm -rf %D/include/glade
-@exec /bin/ln -sf libglade-1.0/glade %D/include/glade
-@unexec /bin/rm -f %D/include/glade