1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-20 20:09:11 +00:00

- Stage support

This commit is contained in:
Martin Wilke 2014-01-28 16:47:51 +00:00
parent 69f890e220
commit 2a8bef94bd
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=341635
2 changed files with 5 additions and 3 deletions

View File

@ -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"

View File

@ -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