summaryrefslogtreecommitdiff
path: root/comms
diff options
context:
space:
mode:
authorMario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>2001-08-05 18:41:25 +0000
committerMario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>2001-08-05 18:41:25 +0000
commitdb8d3aec1213d37ad5adc6c32b762ed8ced34dfd (patch)
tree2b5370857d1ce20e0e9cb6e83367f319dc05825f /comms
parento Update to 0.91 (diff)
Fix installation, broken by last commit
Submitted by: MAINTAINER
Notes
Notes: svn path=/head/; revision=45844
Diffstat (limited to 'comms')
-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)