diff options
author | joerg <joerg@FreeBSD.org> | 2001-08-12 16:33:45 +0000 |
---|---|---|
committer | joerg <joerg@FreeBSD.org> | 2001-08-12 16:33:45 +0000 |
commit | 4b96c8c34b0ce824a1ecc1042406b2f2f7290876 (patch) | |
tree | 0c4d0f95faab992c3b0409167759920632bb5f7f /devel/avr-gcc-3/Makefile | |
parent | 3aae3da1edda573bd3ac4f2b16f4a0cb8d686462 (diff) | |
download | FreeBSD-ports-4b96c8c34b0ce824a1ecc1042406b2f2f7290876.zip FreeBSD-ports-4b96c8c34b0ce824a1ecc1042406b2f2f7290876.tar.gz |
Ooops, the PKGNAMEPREFIX got accidentally dropped.
Diffstat (limited to 'devel/avr-gcc-3/Makefile')
-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 b7d7eef..163eefd 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 |