diff options
Diffstat (limited to 'biology/artemis/Makefile')
-rw-r--r-- | biology/artemis/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/biology/artemis/Makefile b/biology/artemis/Makefile index 64cb567766b7..4dcee45a2973 100644 --- a/biology/artemis/Makefile +++ b/biology/artemis/Makefile @@ -21,7 +21,7 @@ NO_BUILD= yes PLIST_SUB= PORTVERSION="${PORTVERSION}" post-extract: - @${FIND} ${WRKSRC} -type d -name CVS -exec ${RM} -rf {} + + @${FIND} ${WRKSRC} -type d -name CVS -exec ${RM} -r {} + do-install: @${MKDIR} ${STAGEDIR}${PREFIX}/${PORTNAME}-${PORTVERSION} |