diff options
Diffstat (limited to 'www/aws/Makefile')
-rw-r--r-- | www/aws/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/aws/Makefile b/www/aws/Makefile index c40f6eeec40c..42364fcc5dac 100644 --- a/www/aws/Makefile +++ b/www/aws/Makefile @@ -134,7 +134,7 @@ post-patch: @${REINPLACE_CMD} \ -e 's|@ADDITIONAL_RPATH@|${ADDL_RPATH}|' \ -e 's|@PREFIX@|${LOCALBASE}|g' \ - ${WRKSRC}/aws.gpr \ + ${WRKSRC}/aws.gpr \ ${WRKSRC}/src/src.gpr \ ${WRKSRC}/include/include.gpr @${SED} -e 's|@PREFIX@|${LOCALBASE}|g' ${FILESDIR}/temparse.gpr.in \ |