aboutsummaryrefslogtreecommitdiff
path: root/audio/pd
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2016-06-23 07:09:57 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2016-06-23 07:09:57 +0000
commit05422fd6517f503147e442efc9f703c1e592d6bf (patch)
tree627e59cacacc004136cc757b12ed601b59e00721 /audio/pd
parent4b1ff6c288631c056ac410d13379a6bb484aee78 (diff)
downloadports-05422fd6517f503147e442efc9f703c1e592d6bf.tar.gz
ports-05422fd6517f503147e442efc9f703c1e592d6bf.zip
Prefer relative links to make packages more relocation friendly
Notes
Notes: svn path=/head/; revision=417348
Diffstat (limited to 'audio/pd')
-rw-r--r--audio/pd/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/pd/Makefile b/audio/pd/Makefile
index c8f2ac5efc8d..5583906f0cb5 100644
--- a/audio/pd/Makefile
+++ b/audio/pd/Makefile
@@ -4,7 +4,7 @@
PORTNAME= pd
DISTVERSION= 0.47-0
DISTVERSIONSUFFIX= .src
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= audio
MASTER_SITES= http://msp.ucsd.edu/Software/
@@ -79,7 +79,7 @@ do-install:
.for i in LICENSE.txt README.txt
(cd ${WRKSRC} && ${INSTALL_DATA} ${i} ${STAGEDIR}${DOCSDIR})
.endfor
- ${LN} -sf ${DOCSDIR} ${STAGEDIR}${PREFIX}/lib/pd/doc
+ ${LN} -sf ../../${DOCSDIR_REL} ${STAGEDIR}${PREFIX}/lib/pd/doc
${FIND} ${STAGEDIR}${PREFIX}/lib/pd -name "*.pd_linux" | ${XARGS} \
${STRIP_CMD}