aboutsummaryrefslogtreecommitdiff
path: root/x11-toolkits/9libs
diff options
context:
space:
mode:
authorVolker Stolz <vs@FreeBSD.org>2005-10-17 11:09:54 +0000
committerVolker Stolz <vs@FreeBSD.org>2005-10-17 11:09:54 +0000
commit254c61dfdb34e7a54f00d14432eae6d35633f4e5 (patch)
treeed837e08a7a6a97a80a8ce278b81075f64117c9e /x11-toolkits/9libs
parent155cca3695b0a31a28b028ec8f627a9659a58af0 (diff)
downloadports-254c61dfdb34e7a54f00d14432eae6d35633f4e5.tar.gz
ports-254c61dfdb34e7a54f00d14432eae6d35633f4e5.zip
- Use configure instead of patching install-path
- Drop .la-files through USE_INC_LIBTOOL - Drop pkg-message which was displaying a wrong path and won't be correct anyway now that we're claiming to support different PREFIXes
Notes
Notes: svn path=/head/; revision=145644
Diffstat (limited to 'x11-toolkits/9libs')
-rw-r--r--x11-toolkits/9libs/Makefile5
-rw-r--r--x11-toolkits/9libs/files/patch-include::Makefile.in17
-rw-r--r--x11-toolkits/9libs/pkg-message8
-rw-r--r--x11-toolkits/9libs/pkg-plist3
4 files changed, 2 insertions, 31 deletions
diff --git a/x11-toolkits/9libs/Makefile b/x11-toolkits/9libs/Makefile
index 9c1416b5dbb3..1c5130241cda 100644
--- a/x11-toolkits/9libs/Makefile
+++ b/x11-toolkits/9libs/Makefile
@@ -14,7 +14,9 @@ MAINTAINER= ports@FreeBSD.org
COMMENT= Plan9 compatibility libraries
USE_XLIB= YES
+USE_INC_LIBTOOL_VER=13
GNU_CONFIGURE= YES
+CONFIGURE_ARGS+=--includedir=${PREFIX}/include/9libs
MAN3= add.3 balloc.3 bitblt.3 cachechars.3 event.3 frame.3 graphics.3 rgbpix.3 rune.3
MAN4= font.4 keyboard.4 utf.4
@@ -26,7 +28,4 @@ MAN6= bitmap.6 regexp.6
BROKEN= "Does not compile on alpha or amd64"
.endif
-post-install:
- @${SED} -e 's,%%PREFIX%%,${PREFIX},' ${PKGMESSAGE}
-
.include <bsd.port.post.mk>
diff --git a/x11-toolkits/9libs/files/patch-include::Makefile.in b/x11-toolkits/9libs/files/patch-include::Makefile.in
deleted file mode 100644
index f9a512601ead..000000000000
--- a/x11-toolkits/9libs/files/patch-include::Makefile.in
+++ /dev/null
@@ -1,17 +0,0 @@
---- include/Makefile.in.orig Thu Apr 8 15:29:00 1999
-+++ include/Makefile.in Thu Apr 8 00:20:24 2004
-@@ -152,11 +152,11 @@
-
- install-includeHEADERS: $(include_HEADERS)
- @$(NORMAL_INSTALL)
-- $(mkinstalldirs) $(DESTDIR)$(includedir)
-+ $(mkinstalldirs) $(DESTDIR)$(includedir)/9libs
- @list='$(include_HEADERS)'; for p in $$list; do \
- if test -f "$$p"; then d= ; else d="$(srcdir)/"; fi; \
-- echo " $(INSTALL_DATA) $$d$$p $(DESTDIR)$(includedir)/$$p"; \
-- $(INSTALL_DATA) $$d$$p $(DESTDIR)$(includedir)/$$p; \
-+ echo " $(INSTALL_DATA) $$d$$p $(DESTDIR)$(includedir)/9libs/$$p"; \
-+ $(INSTALL_DATA) $$d$$p $(DESTDIR)$(includedir)/9libs/$$p; \
- done
-
- uninstall-includeHEADERS:
diff --git a/x11-toolkits/9libs/pkg-message b/x11-toolkits/9libs/pkg-message
deleted file mode 100644
index 0cf2ec7db374..000000000000
--- a/x11-toolkits/9libs/pkg-message
+++ /dev/null
@@ -1,8 +0,0 @@
-The following headers files have been installed to:
-
-%%PREFIX%%/9libs
-
-frame.h libc.h libg.h regexp.h u.h
-
-Don't forget to include (-I%%PREFIX%%/9libs) when you
-compile with this toolkit.
diff --git a/x11-toolkits/9libs/pkg-plist b/x11-toolkits/9libs/pkg-plist
index 50f40589730b..c905fbc75d0f 100644
--- a/x11-toolkits/9libs/pkg-plist
+++ b/x11-toolkits/9libs/pkg-plist
@@ -5,11 +5,8 @@ include/9libs/regexp.h
include/9libs/u.h
lib/9libs/include/conf9libs.h
lib/libXg.a
-lib/libXg.la
lib/libframe.a
-lib/libframe.la
lib/libplan9c.a
-lib/libplan9c.la
@dirrm lib/9libs/include
@dirrm lib/9libs
@dirrm include/9libs