Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 28 Jan 2014 16:47:51 +0000 (UTC)
From:      Martin Wilke <miwi@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r341635 - head/devel/ffcall
Message-ID:  <201401281647.s0SGlprQ072059@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: miwi
Date: Tue Jan 28 16:47:51 2014
New Revision: 341635
URL: http://svnweb.freebsd.org/changeset/ports/341635
QAT: https://qat.redports.org/buildarchive/r341635/

Log:
  - Stage support

Modified:
  head/devel/ffcall/Makefile
  head/devel/ffcall/pkg-plist

Modified: head/devel/ffcall/Makefile
==============================================================================
--- head/devel/ffcall/Makefile	Tue Jan 28 16:47:39 2014	(r341634)
+++ head/devel/ffcall/Makefile	Tue Jan 28 16:47:51 2014	(r341635)
@@ -19,11 +19,8 @@ GNU_CONFIGURE=	yes
 
 MAKE_JOBS_UNSAFE=	yes
 
-MAN3=		avcall.3 callback.3 trampoline.3 trampoline_r.3 vacall.3
-MANCOMPRESSED=	no
 CFLAGS+=	-fPIC
 
-NO_STAGE=	yes
 .include <bsd.port.pre.mk>
 
 .if ${ARCH} == "amd64"

Modified: head/devel/ffcall/pkg-plist
==============================================================================
--- head/devel/ffcall/pkg-plist	Tue Jan 28 16:47:39 2014	(r341634)
+++ head/devel/ffcall/pkg-plist	Tue Jan 28 16:47:51 2014	(r341635)
@@ -1,3 +1,8 @@
+man/man3/avcall.3.gz
+man/man3/callback.3.gz
+man/man3/trampoline.3.gz
+man/man3/trampoline_r.3.gz
+man/man3/vacall.3.gz
 include/avcall.h
 include/callback.h
 include/trampoline.h



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201401281647.s0SGlprQ072059>