diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2015-11-05 12:36:25 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2015-11-05 12:36:25 +0000 |
commit | 065c026fe5e21a269bbaae0ce69307c7308acbea (patch) | |
tree | 9cbf2a263e7841be76898ae832e7bfb273d3fd08 /textproc/ppower4 | |
parent | 6d6314e20da82ad66b7b278eee92373caa9ab746 (diff) | |
download | ports-065c026fe5e21a269bbaae0ce69307c7308acbea.tar.gz ports-065c026fe5e21a269bbaae0ce69307c7308acbea.zip |
Notes
Diffstat (limited to 'textproc/ppower4')
-rw-r--r-- | textproc/ppower4/Makefile | 8 |
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}/,,}" |