diff options
author | Stefan Walter <stefan@FreeBSD.org> | 2008-10-22 07:31:06 +0000 |
---|---|---|
committer | Stefan Walter <stefan@FreeBSD.org> | 2008-10-22 07:31:06 +0000 |
commit | 7c1d31f2aad27b822d80c492b1b55fbc3bbfc46e (patch) | |
tree | 364b258ec55428cdab42cffaf44f20c889cef258 /devel/libffi/Makefile | |
parent | df4ccc76827094cf4e9bd81dbfa389a4b30f6e47 (diff) | |
download | ports-7c1d31f2aad27b822d80c492b1b55fbc3bbfc46e.tar.gz ports-7c1d31f2aad27b822d80c492b1b55fbc3bbfc46e.zip |
Notes
Diffstat (limited to 'devel/libffi/Makefile')
-rw-r--r-- | devel/libffi/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/devel/libffi/Makefile b/devel/libffi/Makefile index 6c06a246d9fb..d31c66bcc003 100644 --- a/devel/libffi/Makefile +++ b/devel/libffi/Makefile @@ -6,7 +6,7 @@ # PORTNAME= libffi -PORTVERSION= 3.0.4 +PORTVERSION= 3.0.6 CATEGORIES= devel MASTER_SITES= ftp://sourceware.org/pub/libffi/ @@ -22,4 +22,8 @@ INFO= libffi MAN3= ffi.3 ffi_call.3 ffi_prep_cif.3 +post-install: + @${LN} -sf ../lib/libffi-${PORTVERSION}/include/ffi.h ${PREFIX}/include/ + @${LN} -sf ../lib/libffi-${PORTVERSION}/include/ffitarget.h ${PREFIX}/include/ + .include <bsd.port.mk> |