aboutsummaryrefslogtreecommitdiff
path: root/security/xml-security
diff options
context:
space:
mode:
authorAlex Dupre <ale@FreeBSD.org>2012-02-22 16:58:07 +0000
committerAlex Dupre <ale@FreeBSD.org>2012-02-22 16:58:07 +0000
commit902f3b04d93098651438657405d7def58a270922 (patch)
treed035bed4f5375363430752fe376dae6c40515451 /security/xml-security
parentd432bec412495da5a9cf2f18c3891c98debdff80 (diff)
downloadports-902f3b04d93098651438657405d7def58a270922.tar.gz
ports-902f3b04d93098651438657405d7def58a270922.zip
Notes
Diffstat (limited to 'security/xml-security')
-rw-r--r--security/xml-security/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/security/xml-security/Makefile b/security/xml-security/Makefile
index e3fc4fa284ce..2ee38ca11e4a 100644
--- a/security/xml-security/Makefile
+++ b/security/xml-security/Makefile
@@ -51,7 +51,7 @@ do-install:
.if !defined(NOPORTEXAMPLES)
@${ECHO} -n ">> Installing examples in ${EXAMPLESDIR}..."
@${MKDIR} ${EXAMPLESDIR}
- @(cd ${WRKSRC}/samples && ${COPYTREE_SHARE} javax org ${EXAMPLESDIR})
+ @(cd ${WRKSRC}/samples && ${COPYTREE_SHARE} "javax org" ${EXAMPLESDIR})
@${ECHO} " [ DONE ]"
.endif