diff options
author | jmmv <jmmv@pkgsrc.org> | 2004-05-03 16:33:45 +0000 |
---|---|---|
committer | jmmv <jmmv@pkgsrc.org> | 2004-05-03 16:33:45 +0000 |
commit | 197fee93e0ac2a844dd0bcb510d7eeb997030493 (patch) | |
tree | 8267acb9b3f5f06cc331a703d81c953aac14753b /devel/ffcall | |
parent | 675f95555985a82bae03e1b26feb3086200105d7 (diff) | |
download | pkgsrc-197fee93e0ac2a844dd0bcb510d7eeb997030493.tar.gz |
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.
Diffstat (limited to 'devel/ffcall')
-rw-r--r-- | devel/ffcall/Makefile | 6 | ||||
-rw-r--r-- | devel/ffcall/PLIST | 13 |
2 files changed, 12 insertions, 7 deletions
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 |