summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoerg Wunsch <joerg@FreeBSD.org>2005-02-14 17:10:10 +0000
committerJoerg Wunsch <joerg@FreeBSD.org>2005-02-14 17:10:10 +0000
commit2c4e331c4c400186934df5b350cc5bf3bef890d2 (patch)
tree661be12acbc5af3273eaf4e746cbd1566c9be738
parentFix PGKNAMEPREFIX (missing trailing dash). (diff)
Oops, one dash too many. ;-)
Notes
Notes: svn path=/head/; revision=128810
-rw-r--r--devel/avr-gdb/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/avr-gdb/Makefile b/devel/avr-gdb/Makefile
index bc0e2525d061..0b4e7ee4f732 100644
--- a/devel/avr-gdb/Makefile
+++ b/devel/avr-gdb/Makefile
@@ -26,6 +26,6 @@ pre-configure:
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/gdb/gdb \
- ${PREFIX}/bin/${PKGNAMEPREFIX}-${PORTNAME}
+ ${PREFIX}/bin/${PKGNAMEPREFIX}${PORTNAME}
.include <bsd.port.mk>