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 /audio/cue2toc | |
parent | 6d6314e20da82ad66b7b278eee92373caa9ab746 (diff) | |
download | ports-065c026fe5e21a269bbaae0ce69307c7308acbea.tar.gz ports-065c026fe5e21a269bbaae0ce69307c7308acbea.zip |
Notes
Diffstat (limited to 'audio/cue2toc')
-rw-r--r-- | audio/cue2toc/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/cue2toc/Makefile b/audio/cue2toc/Makefile index 2cd62192f1cc..46cff2e05dfc 100644 --- a/audio/cue2toc/Makefile +++ b/audio/cue2toc/Makefile @@ -19,9 +19,9 @@ PLIST_FILES= bin/cue2toc.pl SHEBANG_FILES= cue2toc pre-patch: - @${REINPLACE_CMD} -e 's|use warnings;||' ${WRKDIR}/cue2toc + @${REINPLACE_CMD} -e 's|use warnings;||' ${WRKSRC}/cue2toc do-install: - ${INSTALL_SCRIPT} ${WRKDIR}/cue2toc ${STAGEDIR}${PREFIX}/bin/cue2toc.pl + ${INSTALL_SCRIPT} ${WRKSRC}/cue2toc ${STAGEDIR}${PREFIX}/bin/cue2toc.pl .include <bsd.port.mk> |