From 5a3708f8a270a855391e718dd05e50f3d4ce9154 Mon Sep 17 00:00:00 2001 From: Satoshi Asami Date: Sun, 8 Oct 2000 00:29:08 +0000 Subject: [PATCH] Rename PLIST.* to pkg-plist.*. Note: I'm not sure if this covers all the cases. If the maintainer can check to make sure I haven't missed something, it will be appreciated. --- devel/i386-rtems-binutils/Makefile | 2 +- devel/i386-rtems-chill/Makefile | 2 +- devel/i386-rtems-g77/Makefile | 2 +- devel/i386-rtems-gcc/Makefile | 2 +- devel/i386-rtems-gcj/Makefile | 2 +- devel/i386-rtems-gdb/Makefile | 2 +- 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 103c8bce5187..3363772cd63f 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 47dfc16de6c9..d85f0a183f0d 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 39c331bb2517..9c324ef946c1 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 2adc050a567e..22ef3a0f1837 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 3b90f6b452f5..2c71c62026cb 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 139404060bc3..b6eb8ff5a36d 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 8aee62c61f37..0af3720f8f85 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