aboutsummaryrefslogtreecommitdiff
path: root/textproc/ppower4
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2015-11-05 12:36:25 +0000
committerMathieu Arnold <mat@FreeBSD.org>2015-11-05 12:36:25 +0000
commit065c026fe5e21a269bbaae0ce69307c7308acbea (patch)
tree9cbf2a263e7841be76898ae832e7bfb273d3fd08 /textproc/ppower4
parent6d6314e20da82ad66b7b278eee92373caa9ab746 (diff)
downloadports-065c026fe5e21a269bbaae0ce69307c7308acbea.tar.gz
ports-065c026fe5e21a269bbaae0ce69307c7308acbea.zip
Notes
Diffstat (limited to 'textproc/ppower4')
-rw-r--r--textproc/ppower4/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/textproc/ppower4/Makefile b/textproc/ppower4/Makefile
index dc1bc8c9c378..c793af476c29 100644
--- a/textproc/ppower4/Makefile
+++ b/textproc/ppower4/Makefile
@@ -22,11 +22,11 @@ NO_WRKSUBDIR= yes
JAR_DIR= ${JAVASHAREDIR}/${PORTNAME}
STY_DIR= ${PREFIX}/share/texmf/tex/latex/${PORTNAME}
-STY_FILES= ${WRKDIR}/pause.sty ${WRKDIR}/background.sty \
- ${WRKDIR}/pp4link.sty ${WRKDIR}/mpmulti.sty
-EXAMPLE_FILES= ${WRKDIR}/leveldemo.tex
+STY_FILES= ${WRKSRC}/pause.sty ${WRKSRC}/background.sty \
+ ${WRKSRC}/pp4link.sty ${WRKSRC}/mpmulti.sty
+EXAMPLE_FILES= ${WRKSRC}/leveldemo.tex
.for i in 1 2 3 4 5 6 7
-EXAMPLE_FILES+= ${WRKDIR}/example.${i}
+EXAMPLE_FILES+= ${WRKSRC}/example.${i}
.endfor
PLIST_SUB= STY_DIR="${STY_DIR:S,^${PREFIX}/,,}" \
JAR_DIR="${JAR_DIR:S,^${PREFIX}/,,}"