summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--comms/yawmppp/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/comms/yawmppp/Makefile b/comms/yawmppp/Makefile
index 0fa2a9968737..ac1a8e663442 100644
--- a/comms/yawmppp/Makefile
+++ b/comms/yawmppp/Makefile
@@ -36,8 +36,8 @@ pre-patch:
do-install:
.for file in dockapp/yagetmodemspeed dockapp/${PORTNAME} gtklog/${PORTNAME}.log \
- ${PORTNAME}.pref ${PORTNAME}.thin
- @${INSTALL_PROGRAM} ${WRKSRC}/${file} ${PREFIX}/bin
+ gtksetup/${PORTNAME}.pref thinppp/${PORTNAME}.thin
+ @${INSTALL_PROGRAM} ${WRKSRC}/src/${file} ${PREFIX}/bin
.endfor
@${INSTALL_MAN} ${WRKSRC}/src/${PORTNAME}.1x ${PREFIX}/man/man1
.if !defined(NOPORTDOCS)