diff options
author | agc <agc@pkgsrc.org> | 1998-01-15 16:25:55 +0000 |
---|---|---|
committer | agc <agc@pkgsrc.org> | 1998-01-15 16:25:55 +0000 |
commit | fdc854d376145daea9c32ec8a0405f17c0350345 (patch) | |
tree | 01a9fa053f849173ac7460711e70d9c58ff88f48 /x11/Xaw3d | |
parent | b44b468af493dec7cb0ad0ef7d4392385e66fc7e (diff) | |
download | pkgsrc-fdc854d376145daea9c32ec8a0405f17c0350345.tar.gz |
Fixes so that headers are installed into the correct directory:
/usr/X11R6/include/X11/Xaw3d and not /usr/X11R6/include/X11/X11/Xaw3d.
Also clean up the PLIST so that it doesn't contain the static library,
whcih isn't built or installed.
Diffstat (limited to 'x11/Xaw3d')
-rw-r--r-- | x11/Xaw3d/Makefile | 5 | ||||
-rw-r--r-- | x11/Xaw3d/patches/patch-aa | 9 | ||||
-rw-r--r-- | x11/Xaw3d/pkg/PLIST | 3 |
3 files changed, 2 insertions, 15 deletions
diff --git a/x11/Xaw3d/Makefile b/x11/Xaw3d/Makefile index 1c381a6f726..ef339b8ce10 100644 --- a/x11/Xaw3d/Makefile +++ b/x11/Xaw3d/Makefile @@ -3,7 +3,7 @@ # Date created: 30th November 1997 # Whom: tron@lyssa.owl.de, soren@t.dk # -# $NetBSD: Makefile,v 1.4 1997/12/30 15:13:30 hubertf Exp $ +# $NetBSD: Makefile,v 1.5 1998/01/15 16:25:55 agc Exp $ # FreeBSD Id: Makefile,v 1.14 1997/06/19 09:33:26 asami Exp # @@ -15,9 +15,6 @@ MASTER_SITE_SUBDIR= widgets/Xaw3d/R6.1 USE_IMAKE= yes WRKSRC= ${WRKDIR}/xc/lib/Xaw3d -post-extract: - @(cd ${WRKSRC};ln -s .. X11) - post-install: ${LDCONFIG} -m ${PREFIX}/lib ${MKDIR} -p ${PREFIX}/share/doc/Xaw3d diff --git a/x11/Xaw3d/patches/patch-aa b/x11/Xaw3d/patches/patch-aa index 5d0721b0ca7..d7468a37449 100644 --- a/x11/Xaw3d/patches/patch-aa +++ b/x11/Xaw3d/patches/patch-aa @@ -1,14 +1,5 @@ --- Imakefile.orig Wed May 29 17:38:40 1996 +++ Imakefile Mon Dec 1 01:02:08 1997 -@@ -7,7 +7,7 @@ - #define HasSharedData YES - #define LibName Xaw3d - #define SoRev SOXAWREV --#define IncSubdir Xaw3d -+#define IncSubdir X11/Xaw3d - - #ifdef LinuxArchitecture - JUMP_ROOT_Xaw3d = $(AWIDGETSRC)3d @@ -38,9 +38,9 @@ LINTLIBS = $(LINTXLIB) $(LINTXTOOL) diff --git a/x11/Xaw3d/pkg/PLIST b/x11/Xaw3d/pkg/PLIST index 5c8ebb3d531..43e73afcb29 100644 --- a/x11/Xaw3d/pkg/PLIST +++ b/x11/Xaw3d/pkg/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.2 1997/12/29 02:31:59 hubertf Exp $ +@comment $NetBSD: PLIST,v 1.3 1998/01/15 16:25:56 agc Exp $ include/X11/Xaw3d/AllWidgets.h include/X11/Xaw3d/AsciiSink.h include/X11/Xaw3d/AsciiSinkP.h @@ -74,7 +74,6 @@ include/X11/Xaw3d/Viewport.h include/X11/Xaw3d/ViewportP.h include/X11/Xaw3d/XawImP.h include/X11/Xaw3d/XawInit.h -lib/libXaw3d.a lib/libXaw3d.so.6.1 @exec /sbin/ldconfig -m %B || true @unexec /sbin/ldconfig -m %B || true |