diff options
author | lioux <lioux@FreeBSD.org> | 2001-08-05 18:41:25 +0000 |
---|---|---|
committer | lioux <lioux@FreeBSD.org> | 2001-08-05 18:41:25 +0000 |
commit | 866b14f361fe89d691d022b4c1d2ad45ee6b7792 (patch) | |
tree | cf3b3583b471bd0334f1027a0515c808b26f0290 | |
parent | 6837b980e705d9b62bfb87f23b3b3f09cf6a3a1f (diff) | |
download | FreeBSD-ports-866b14f361fe89d691d022b4c1d2ad45ee6b7792.zip FreeBSD-ports-866b14f361fe89d691d022b4c1d2ad45ee6b7792.tar.gz |
Fix installation, broken by last commit
Submitted by: MAINTAINER
-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 0fa2a99..ac1a8e6 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) |