diff options
author | Eitan Adler <eadler@FreeBSD.org> | 2013-03-28 15:51:16 +0000 |
---|---|---|
committer | Eitan Adler <eadler@FreeBSD.org> | 2013-03-28 15:51:16 +0000 |
commit | b0533230a5dc0d2805b7e7bc9d84de5193b5f32d (patch) | |
tree | 06488cf5d0a666243bc87a55c904edf7520f8ef2 /misc/compat5x | |
parent | 6c6cdf95b4984c625eb219505592bb7690d3bb20 (diff) | |
download | ports-b0533230a5dc0d2805b7e7bc9d84de5193b5f32d.tar.gz ports-b0533230a5dc0d2805b7e7bc9d84de5193b5f32d.zip |
Notes
Diffstat (limited to 'misc/compat5x')
-rw-r--r-- | misc/compat5x/Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/misc/compat5x/Makefile b/misc/compat5x/Makefile index c14884e6ba6f..a19740e2379f 100644 --- a/misc/compat5x/Makefile +++ b/misc/compat5x/Makefile @@ -62,17 +62,13 @@ PLIST_SUB+= SPARC64="@comment " do-install: @${MKDIR} -m 0755 ${TARGET_DIR} -.if ${OSVERSION} >= 800105 ${RM} -f ${WRKSRC}/libpthread.so.1 (cd ${TARGET_DIR} && ${LN} -sf libthr.so.1 libpthread.so.1) -.endif (cd ${WRKSRC} && ${INSTALL_DATA} *.so.* ${TARGET_DIR}) .if ${ARCH} == amd64 @${MKDIR} ${TARGET32_DIR} -. if ${OSVERSION} >= 800105 ${RM} -f ${WRKSRC}/lib32/libpthread.so.1 (cd ${TARGET32_DIR} && ${LN} -sf libthr.so.1 libpthread.so.1) -. endif (cd ${WRKSRC}/lib32 && ${INSTALL_DATA} *.so.* ${TARGET32_DIR}) .endif |