diff options
author | bapt <bapt@FreeBSD.org> | 2016-06-23 15:09:57 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2016-06-23 15:09:57 +0800 |
commit | cf2bbb4a33f9194c9d5726ec791b235e8c2d0119 (patch) | |
tree | 627e59cacacc004136cc757b12ed601b59e00721 /archivers/libarc/Makefile | |
parent | f522dfe669cf11f752ae963dbe12b4e3d4fbaa63 (diff) | |
download | freebsd-ports-gnome-cf2bbb4a33f9194c9d5726ec791b235e8c2d0119.tar.gz freebsd-ports-gnome-cf2bbb4a33f9194c9d5726ec791b235e8c2d0119.tar.zst freebsd-ports-gnome-cf2bbb4a33f9194c9d5726ec791b235e8c2d0119.zip |
Prefer relative links to make packages more relocation friendly
Diffstat (limited to 'archivers/libarc/Makefile')
-rw-r--r-- | archivers/libarc/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/archivers/libarc/Makefile b/archivers/libarc/Makefile index b8a35435e009..bbe71d862848 100644 --- a/archivers/libarc/Makefile +++ b/archivers/libarc/Makefile @@ -3,7 +3,7 @@ PORTNAME= libarc PORTVERSION= 2.0.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= archivers devel MASTER_SITES= http://www.onicos.com/staff/iz/release/ @@ -20,7 +20,7 @@ USE_LDCONFIG= yes do-install: ${INSTALL_PROGRAM} ${WRKSRC}/arccat ${STAGEDIR}/${PREFIX}/bin ${INSTALL_PROGRAM} ${WRKSRC}/${SOLIB}.${SOVERSION} ${STAGEDIR}/${PREFIX}/lib - ${LN} -sf ${PREFIX}/lib/${SOLIB}.${SOVERSION} ${STAGEDIR}/${PREFIX}/lib/${SOLIB} + ${LN} -sf ${SOLIB}.${SOVERSION} ${STAGEDIR}/${PREFIX}/lib/${SOLIB} @${MKDIR} ${STAGEDIR}/${PREFIX}/include/libarc ${INSTALL_DATA} ${WRKSRC}/libarc/* ${STAGEDIR}/${PREFIX}/include/libarc (cd ${WRKSRC} && ${INSTALL_DATA} unlzh.h zip.h ${STAGEDIR}/${PREFIX}/include/libarc) |