diff options
Diffstat (limited to 'devel/xsd/Makefile')
-rw-r--r-- | devel/xsd/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/xsd/Makefile b/devel/xsd/Makefile index 3cdd93180229..a159b57f44cd 100644 --- a/devel/xsd/Makefile +++ b/devel/xsd/Makefile @@ -37,7 +37,7 @@ USES= gmake tar:bzip2 post-patch: # Use devel/build instead of the port's bundled copy. - ${RM} -fr ${WRKSRC}/build-0.3 + ${RM} -r ${WRKSRC}/build-0.3 ${LN} -s ${LOCALBASE}/include/build-0.3 ${WRKSRC}/build-0.3 post-install: |