diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2016-06-23 07:09:57 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2016-06-23 07:09:57 +0000 |
commit | 05422fd6517f503147e442efc9f703c1e592d6bf (patch) | |
tree | 627e59cacacc004136cc757b12ed601b59e00721 /cad/leocad | |
parent | 4b1ff6c288631c056ac410d13379a6bb484aee78 (diff) | |
download | freebsd-ports-05422fd6517f503147e442efc9f703c1e592d6bf.zip |
Prefer relative links to make packages more relocation friendly
Diffstat (limited to 'cad/leocad')
-rw-r--r-- | cad/leocad/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cad/leocad/Makefile b/cad/leocad/Makefile index 40061f0f25c2..d8a8d2d5bf7b 100644 --- a/cad/leocad/Makefile +++ b/cad/leocad/Makefile @@ -3,7 +3,7 @@ PORTNAME= leocad PORTVERSION= 0.80.3 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= cad MASTER_SITES= SF/nemysisfreebsdp/${CATEGORIES}/${PORTNAME}/ DISTFILES= LeoCAD-Source-${PORTVERSION}.tgz @@ -86,7 +86,7 @@ post-install: @cd ${WRKSRC}/tools/icon && ${INSTALL_DATA} ${i} \ ${STAGEDIR}${DATADIR} .endfor - @${LN} -sf ${PREFIX}/share/icons/hicolor/48x48/apps/${PORTNAME}.png \ + @${LN} -sf ../icons/hicolor/48x48/apps/${PORTNAME}.png \ ${STAGEDIR}${PREFIX}/share/pixmaps/ ${INSTALL_MAN} ${WRKSRC}/docs/leocad.1 ${STAGEDIR}${MAN1PREFIX}/man/man1/ |