diff options
author | lioux <lioux@FreeBSD.org> | 2001-08-06 02:41:25 +0800 |
---|---|---|
committer | lioux <lioux@FreeBSD.org> | 2001-08-06 02:41:25 +0800 |
commit | 866b14f361fe89d691d022b4c1d2ad45ee6b7792 (patch) | |
tree | cf3b3583b471bd0334f1027a0515c808b26f0290 /comms | |
parent | 6837b980e705d9b62bfb87f23b3b3f09cf6a3a1f (diff) | |
download | freebsd-ports-gnome-866b14f361fe89d691d022b4c1d2ad45ee6b7792.tar.gz freebsd-ports-gnome-866b14f361fe89d691d022b4c1d2ad45ee6b7792.tar.zst freebsd-ports-gnome-866b14f361fe89d691d022b4c1d2ad45ee6b7792.zip |
Fix installation, broken by last commit
Submitted by: MAINTAINER
Diffstat (limited to 'comms')
-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 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) |