diff options
Diffstat (limited to 'comms/yawmppp/Makefile')
-rw-r--r-- | comms/yawmppp/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/comms/yawmppp/Makefile b/comms/yawmppp/Makefile index 0fa2a996873..ac1a8e66344 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) |