svn commit: r341635 - head/devel/ffcall

Martin Wilke miwi at FreeBSD.org
Tue Jan 28 16:47:52 UTC 2014


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


More information about the svn-ports-all mailing list