diff options
-rw-r--r-- | devel/i386-rtems-binutils/Makefile | 2 | ||||
-rw-r--r-- | devel/i386-rtems-chill/Makefile | 2 | ||||
-rw-r--r-- | devel/i386-rtems-g77/Makefile | 2 | ||||
-rw-r--r-- | devel/i386-rtems-gcc/Makefile | 2 | ||||
-rw-r--r-- | devel/i386-rtems-gcj/Makefile | 2 | ||||
-rw-r--r-- | devel/i386-rtems-gdb/Makefile | 2 | ||||
-rw-r--r-- | devel/i386-rtems-objc/Makefile | 2 |
7 files changed, 7 insertions, 7 deletions
diff --git a/devel/i386-rtems-binutils/Makefile b/devel/i386-rtems-binutils/Makefile index 103c8bc..3363772 100644 --- a/devel/i386-rtems-binutils/Makefile +++ b/devel/i386-rtems-binutils/Makefile @@ -24,7 +24,7 @@ LCLTARGET?= i386-rtems BINNAME= binutils-2.10 MASTERDIR= ${.CURDIR}/../i386-rtems-binutils -PLIST= ${PKGDIR}/PLIST.${LCLTARGET} +PLIST= ${PKGDIR}/pkg-plist.${LCLTARGET} PKGNAMEPREFIX= ${LCLTARGET}- USE_GMAKE= yes diff --git a/devel/i386-rtems-chill/Makefile b/devel/i386-rtems-chill/Makefile index 47dfc16..d85f0a1 100644 --- a/devel/i386-rtems-chill/Makefile +++ b/devel/i386-rtems-chill/Makefile @@ -26,7 +26,7 @@ LCLTARGET?= i386-rtems CHILLNAME= gcc-2.95.2 NEWLIBNAME= newlib-1.8.2 MASTERDIR= ${.CURDIR}/../i386-rtems-chill -PLIST= ${PKGDIR}/PLIST.${LCLTARGET} +PLIST= ${PKGDIR}/pkg-plist.${LCLTARGET} BUILD_DEPENDS= autoheader:${PORTSDIR}/devel/autoconf \ ${LCLTARGET}-gcc:${PORTSDIR}/devel/${LCLTARGET}-gcc diff --git a/devel/i386-rtems-g77/Makefile b/devel/i386-rtems-g77/Makefile index 39c331b..9c324ef 100644 --- a/devel/i386-rtems-g77/Makefile +++ b/devel/i386-rtems-g77/Makefile @@ -26,7 +26,7 @@ LCLTARGET?= i386-rtems F77NAME= gcc-2.95.2 NEWLIBNAME= newlib-1.8.2 MASTERDIR= ${.CURDIR}/../i386-rtems-g77 -PLIST= ${PKGDIR}/PLIST.${LCLTARGET} +PLIST= ${PKGDIR}/pkg-plist.${LCLTARGET} BUILD_DEPENDS= autoheader:${PORTSDIR}/devel/autoconf \ ${LCLTARGET}-gcc:${PORTSDIR}/devel/${LCLTARGET}-gcc diff --git a/devel/i386-rtems-gcc/Makefile b/devel/i386-rtems-gcc/Makefile index 2adc050..22ef3a0f 100644 --- a/devel/i386-rtems-gcc/Makefile +++ b/devel/i386-rtems-gcc/Makefile @@ -26,7 +26,7 @@ LCLTARGET?= i386-rtems GCCNAME= gcc-2.95.2 NEWLIBNAME= newlib-1.8.2 MASTERDIR= ${.CURDIR}/../i386-rtems-gcc -PLIST= ${PKGDIR}/PLIST.${LCLTARGET} +PLIST= ${PKGDIR}/pkg-plist.${LCLTARGET} BUILD_DEPENDS= autoheader:${PORTSDIR}/devel/autoconf \ ${LCLTARGET}-as:${PORTSDIR}/devel/${LCLTARGET}-binutils \ diff --git a/devel/i386-rtems-gcj/Makefile b/devel/i386-rtems-gcj/Makefile index 3b90f6b..2c71c62 100644 --- a/devel/i386-rtems-gcj/Makefile +++ b/devel/i386-rtems-gcj/Makefile @@ -26,7 +26,7 @@ LCLTARGET?= i386-rtems JAVANAME= gcc-2.95.2 NEWLIBNAME= newlib-1.8.2 MASTERDIR= ${.CURDIR}/../i386-rtems-gcj -PLIST= ${PKGDIR}/PLIST.${LCLTARGET} +PLIST= ${PKGDIR}/pkg-plist.${LCLTARGET} BUILD_DEPENDS= autoheader:${PORTSDIR}/devel/autoconf \ ${LCLTARGET}-gcc:${PORTSDIR}/devel/${LCLTARGET}-gcc diff --git a/devel/i386-rtems-gdb/Makefile b/devel/i386-rtems-gdb/Makefile index 1394040..b6eb8ff 100644 --- a/devel/i386-rtems-gdb/Makefile +++ b/devel/i386-rtems-gdb/Makefile @@ -23,7 +23,7 @@ LCLTARGET?= i386-rtems GDBNAME= gdb-5.0 MASTERDIR= ${.CURDIR}/../i386-rtems-gdb -PLIST= ${PKGDIR}/PLIST.${LCLTARGET} +PLIST= ${PKGDIR}/pkg-plist.${LCLTARGET} BUILD_DEPENDS= ${LCLTARGET}-as:${PORTSDIR}/devel/${LCLTARGET}-binutils \ ${LCLTARGET}-ld:${PORTSDIR}/devel/${LCLTARGET}-binutils diff --git a/devel/i386-rtems-objc/Makefile b/devel/i386-rtems-objc/Makefile index 8aee62c..0af3720 100644 --- a/devel/i386-rtems-objc/Makefile +++ b/devel/i386-rtems-objc/Makefile @@ -26,7 +26,7 @@ LCLTARGET?= i386-rtems OBJCNAME= gcc-2.95.2 NEWLIBNAME= newlib-1.8.2 MASTERDIR= ${.CURDIR}/../i386-rtems-objc -PLIST= ${PKGDIR}/PLIST.${LCLTARGET} +PLIST= ${PKGDIR}/pkg-plist.${LCLTARGET} BUILD_DEPENDS= autoheader:${PORTSDIR}/devel/autoconf \ ${LCLTARGET}-gcc:${PORTSDIR}/devel/${LCLTARGET}-gcc |