From 197fee93e0ac2a844dd0bcb510d7eeb997030493 Mon Sep 17 00:00:00 2001 From: jmmv Date: Mon, 3 May 2004 16:33:45 +0000 Subject: Move documentation files from share/html to share/doc/ffcall. I'm doing this as a "standalone" change because share/html is certainly not the location for documentation. Bump PKGREVISION to 1. --- devel/ffcall/Makefile | 6 +++++- devel/ffcall/PLIST | 13 +++++++------ 2 files changed, 12 insertions(+), 7 deletions(-) (limited to 'devel/ffcall') diff --git a/devel/ffcall/Makefile b/devel/ffcall/Makefile index 063cb23c581..5df0e0cd759 100644 --- a/devel/ffcall/Makefile +++ b/devel/ffcall/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.16 2004/03/02 16:05:01 adam Exp $ +# $NetBSD: Makefile,v 1.17 2004/05/03 16:33:45 jmmv Exp $ # DISTNAME= ffcall-1.9 +PKGREVISION= 1 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_GNUSTEP:=libs/} \ ftp://ftp.santafe.edu/pub/gnu/ \ @@ -21,8 +22,11 @@ ONLY_FOR_PLATFORM= *-*-alpha *-*-arm *-*-convex *-*-hppa *-*-i386 \ USE_BUILDLINK3= yes USE_LIBTOOL= yes GNU_CONFIGURE= yes + CONFIGURE_ARGS+= --enable-shared +MAKE_FLAGS+= htmldir=${PREFIX}/share/doc/ffcall + post-patch: ${CP} ${FILESDIR}/tramp-rs6000-netbsd.s ${WRKSRC}/callback/trampoline_r ${CP} ${FILESDIR}/vacall-rs6000-netbsd.s ${WRKSRC}/callback/vacall_r diff --git a/devel/ffcall/PLIST b/devel/ffcall/PLIST index 5f8f892495b..ae705f1c61d 100644 --- a/devel/ffcall/PLIST +++ b/devel/ffcall/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.2 2004/03/02 16:05:01 adam Exp $ +@comment $NetBSD: PLIST,v 1.3 2004/05/03 16:33:45 jmmv Exp $ include/avcall.h include/callback.h include/trampoline.h @@ -22,8 +22,9 @@ man/man3/callback.3 man/man3/trampoline.3 man/man3/trampoline_r.3 man/man3/vacall.3 -share/html/avcall.html -share/html/callback.html -share/html/trampoline.html -share/html/trampoline_r.html -share/html/vacall.html +share/doc/ffcall/avcall.html +share/doc/ffcall/callback.html +share/doc/ffcall/trampoline.html +share/doc/ffcall/trampoline_r.html +share/doc/ffcall/vacall.html +@dirrm share/doc/ffcall -- cgit v1.2.3