diff options
author | Joerg Wunsch <joerg@FreeBSD.org> | 2001-08-12 16:33:45 +0000 |
---|---|---|
committer | Joerg Wunsch <joerg@FreeBSD.org> | 2001-08-12 16:33:45 +0000 |
commit | 385215a69ea6aa18a44ff2638355a29a789b64f1 (patch) | |
tree | 3f707b0b58af670d741a1b9ef56171038b4b5489 /devel/avr-gcc-3 | |
parent | Define MASTER_SITE_FREEBSD. (diff) |
Ooops, the PKGNAMEPREFIX got accidentally dropped.
Notes
Notes:
svn path=/head/; revision=46147
Diffstat (limited to 'devel/avr-gcc-3')
-rw-r--r-- | devel/avr-gcc-3/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/devel/avr-gcc-3/Makefile b/devel/avr-gcc-3/Makefile index b7d7eef9d5c8..163eefd6ee5a 100644 --- a/devel/avr-gcc-3/Makefile +++ b/devel/avr-gcc-3/Makefile @@ -10,6 +10,7 @@ PORTVERSION= 3.0 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_GNU} MASTER_SITE_SUBDIR= ${PORTNAME}/${PORTNAME}-${PORTVERSION} +PKGNAMEPREFIX= avr- DISTNAME= gcc-core-${PORTVERSION} MAINTAINER= joerg@freebsd.org |