From 014b74a00afd0c09c8f2db2e91f4f15a402b4e35 Mon Sep 17 00:00:00 2001 From: Yen-Ming Lee Date: Tue, 18 Jan 2011 14:32:24 +0000 Subject: [PATCH] - update DIST_SUBDIR to copy files from correct path Noticed by: pav Feature safe: yes --- devel/google-styleguide/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devel/google-styleguide/Makefile b/devel/google-styleguide/Makefile index 8e3882736f28..27d8f11d5c70 100644 --- a/devel/google-styleguide/Makefile +++ b/devel/google-styleguide/Makefile @@ -24,7 +24,7 @@ PORTDOCS= README do-extract: @${MKDIR} ${WRKSRC} - @cd ${DISTDIR} && ${CP} ${DISTFILES} ${WRKSRC} + @cd ${DISTDIR}/${DIST_SUBDIR} && ${CP} ${DISTFILES} ${WRKSRC} post-patch: @${REINPLACE_CMD} -Ee "s,#!.*,#!${PYTHON_CMD}," ${WRKSRC}/*.py