aboutsummaryrefslogtreecommitdiff
path: root/emulators/ia64sim
diff options
context:
space:
mode:
authorFUJISHIMA Satsuki <sf@FreeBSD.org>2001-08-30 20:24:37 +0000
committerFUJISHIMA Satsuki <sf@FreeBSD.org>2001-08-30 20:24:37 +0000
commitc6339fb8bd3840eefb2a60957c6bcab586f93039 (patch)
tree9501d2382630e165ad2c4daa5edbc60b8c30ae67 /emulators/ia64sim
parenta95ea0ebeab9a22527c31597481446e075910a65 (diff)
downloadports-c6339fb8bd3840eefb2a60957c6bcab586f93039.tar.gz
ports-c6339fb8bd3840eefb2a60957c6bcab586f93039.zip
Notes
Diffstat (limited to 'emulators/ia64sim')
-rw-r--r--emulators/ia64sim/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/emulators/ia64sim/Makefile b/emulators/ia64sim/Makefile
index 4bde04b1cd33..6f66e8b0aa35 100644
--- a/emulators/ia64sim/Makefile
+++ b/emulators/ia64sim/Makefile
@@ -30,7 +30,7 @@ do-install:
${INSTALL_PROGRAM} ${WRKSRC}/ia64sim ${PREFIX}/bin
.if !defined(NOPORTDOCS)
@${MKDIR} ${DOCSDIR}
- ${INSTALL_DATA} ${WRKDIR}/doc/ia64user.txt ${WRKSRC}/readme ${DOCSDIR}
+ ${INSTALL_DATA} ${WRKSRC}/doc/ia64user.txt ${WRKSRC}/readme ${DOCSDIR}
.endif
.include <bsd.port.mk>