diff options
author | asami <asami@FreeBSD.org> | 2000-10-08 08:32:32 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 2000-10-08 08:32:32 +0800 |
commit | 3d5096176b8ff2eae4b34620b3aa14c870cd8aa2 (patch) | |
tree | 6b6849588621ade6bf8246ad8740c3e944c16b82 /devel/linux_devtools | |
parent | b3e574905b18ad003aad690a37716e5b830179fd (diff) | |
download | freebsd-ports-graphics-3d5096176b8ff2eae4b34620b3aa14c870cd8aa2.tar.gz freebsd-ports-graphics-3d5096176b8ff2eae4b34620b3aa14c870cd8aa2.tar.zst freebsd-ports-graphics-3d5096176b8ff2eae4b34620b3aa14c870cd8aa2.zip |
Rename PLIST.* to pkg-plist.*.
Diffstat (limited to 'devel/linux_devtools')
-rw-r--r-- | devel/linux_devtools/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/linux_devtools/Makefile b/devel/linux_devtools/Makefile index eb244e373f3..16825a69831 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__/ \ |