aboutsummaryrefslogtreecommitdiff
path: root/emulators
diff options
context:
space:
mode:
authorJan Beich <jbeich@FreeBSD.org>2015-02-16 08:12:16 +0000
committerJan Beich <jbeich@FreeBSD.org>2015-02-16 08:12:16 +0000
commit67088d05cbdbb4829a2d79707d9793554c2fdefa (patch)
tree15b7fb4d0adb0bb984e8f54f15f7f12e613d3f39 /emulators
parentb23728f30be7eb77538a2c07aca930a2a76feca3 (diff)
downloadports-67088d05cbdbb4829a2d79707d9793554c2fdefa.tar.gz
ports-67088d05cbdbb4829a2d79707d9793554c2fdefa.zip
Notes
Diffstat (limited to 'emulators')
-rw-r--r--emulators/xsystem35/Makefile15
1 files changed, 6 insertions, 9 deletions
diff --git a/emulators/xsystem35/Makefile b/emulators/xsystem35/Makefile
index ed66285e67e7..73c618ec2f63 100644
--- a/emulators/xsystem35/Makefile
+++ b/emulators/xsystem35/Makefile
@@ -68,14 +68,11 @@ post-patch:
post-install:
${INSTALL_SCRIPT} ${WRKSRC}/contrib/instgame ${STAGEDIR}${PREFIX}/bin
- @${MKDIR} ${STAGEDIR}${DOCSDIR}
- (cd ${WRKSRC}/doc;\
- ${INSTALL_DATA} * ${STAGEDIR}${DOCSDIR})
- @${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
- ${INSTALL_DATA} ${WRKSRC}/src/xsys35rc.sample ${STAGEDIR}${EXAMPLESDIR}
- @(cd ${WRKSRC}/contrib; \
- ${INSTALL_DATA} *.* ${STAGEDIR}${EXAMPLESDIR})
- @(cd ${WRKSRC}/patch; \
- ${INSTALL_DATA} pastel.diff ${STAGEDIR}${EXAMPLESDIR})
+ (cd ${WRKSRC}/doc && ${COPYTREE_SHARE} . ${STAGEDIR}${DOCSDIR})
+ (cd ${WRKSRC}/contrib && ${COPYTREE_SHARE} \
+ "*.*" ${STAGEDIR}${EXAMPLESDIR})
+ ${INSTALL_DATA} ${WRKSRC}/patch/pastel.diff \
+ ${WRKSRC}/src/xsys35rc.sample \
+ ${STAGEDIR}${EXAMPLESDIR}
.include <bsd.port.mk>