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 /graphics/gimp-jagged-border-script | |
parent | 6d6314e20da82ad66b7b278eee92373caa9ab746 (diff) |
Notes
Diffstat (limited to 'graphics/gimp-jagged-border-script')
-rw-r--r-- | graphics/gimp-jagged-border-script/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/gimp-jagged-border-script/Makefile b/graphics/gimp-jagged-border-script/Makefile index 0cee437e8100..5c7869d26bc8 100644 --- a/graphics/gimp-jagged-border-script/Makefile +++ b/graphics/gimp-jagged-border-script/Makefile @@ -33,6 +33,6 @@ post-extract: do-install: @${MKDIR} ${STAGEDIR}${PREFIX}/${GIMP_SCRIPTS_DIR} - ${INSTALL_DATA} ${WRKDIR}/${DISTNAME} ${STAGEDIR}${PREFIX}/${GIMP_SCRIPTS_DIR}/ + ${INSTALL_DATA} ${WRKSRC}/${DISTNAME} ${STAGEDIR}${PREFIX}/${GIMP_SCRIPTS_DIR}/ .include <bsd.port.mk> |