diff options
author | Joerg Wunsch <joerg@FreeBSD.org> | 2005-02-14 17:10:10 +0000 |
---|---|---|
committer | Joerg Wunsch <joerg@FreeBSD.org> | 2005-02-14 17:10:10 +0000 |
commit | 2c4e331c4c400186934df5b350cc5bf3bef890d2 (patch) | |
tree | 661be12acbc5af3273eaf4e746cbd1566c9be738 | |
parent | Fix PGKNAMEPREFIX (missing trailing dash). (diff) |
Oops, one dash too many. ;-)
Notes
Notes:
svn path=/head/; revision=128810
-rw-r--r-- | devel/avr-gdb/Makefile | 2 |
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> |