diff options
author | Satoshi Asami <asami@FreeBSD.org> | 2000-10-08 00:32:32 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 2000-10-08 00:32:32 +0000 |
commit | 346e99f781f47481a4ee944c002e5389c5436fd0 (patch) | |
tree | 83a59bf281760814eb1ec7f56b1254d9f00fd1b0 /devel | |
parent | 5a3708f8a270a855391e718dd05e50f3d4ce9154 (diff) | |
download | ports-346e99f781f47481a4ee944c002e5389c5436fd0.tar.gz ports-346e99f781f47481a4ee944c002e5389c5436fd0.zip |
Rename PLIST.* to pkg-plist.*.
Notes
Notes:
svn path=/head/; revision=33500
Diffstat (limited to 'devel')
-rw-r--r-- | devel/linux_devtools-6/Makefile | 2 | ||||
-rw-r--r-- | devel/linux_devtools-7/Makefile | 2 | ||||
-rw-r--r-- | devel/linux_devtools/Makefile | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/devel/linux_devtools-6/Makefile b/devel/linux_devtools-6/Makefile index eb244e373f3e..16825a698311 100644 --- a/devel/linux_devtools-6/Makefile +++ b/devel/linux_devtools-6/Makefile @@ -35,7 +35,7 @@ EXTRACT_ONLY= NO_BUILD= yes NO_FILTER_SHLIBS= yes NO_MTREE= yes -PLIST= ${PKGDIR}/PLIST.${MACHINE_ARCH} +PLIST= ${PKGDIR}/pkg-plist.${MACHINE_ARCH} RPM_MIRRORS= \ ftp://ftp.freesoftware.com/pub/linux/redhat/__DIR__/ \ diff --git a/devel/linux_devtools-7/Makefile b/devel/linux_devtools-7/Makefile index eb244e373f3e..16825a698311 100644 --- a/devel/linux_devtools-7/Makefile +++ b/devel/linux_devtools-7/Makefile @@ -35,7 +35,7 @@ EXTRACT_ONLY= NO_BUILD= yes NO_FILTER_SHLIBS= yes NO_MTREE= yes -PLIST= ${PKGDIR}/PLIST.${MACHINE_ARCH} +PLIST= ${PKGDIR}/pkg-plist.${MACHINE_ARCH} RPM_MIRRORS= \ ftp://ftp.freesoftware.com/pub/linux/redhat/__DIR__/ \ diff --git a/devel/linux_devtools/Makefile b/devel/linux_devtools/Makefile index eb244e373f3e..16825a698311 100644 --- a/devel/linux_devtools/Makefile +++ b/devel/linux_devtools/Makefile @@ -35,7 +35,7 @@ EXTRACT_ONLY= NO_BUILD= yes NO_FILTER_SHLIBS= yes NO_MTREE= yes -PLIST= ${PKGDIR}/PLIST.${MACHINE_ARCH} +PLIST= ${PKGDIR}/pkg-plist.${MACHINE_ARCH} RPM_MIRRORS= \ ftp://ftp.freesoftware.com/pub/linux/redhat/__DIR__/ \ |