aboutsummaryrefslogtreecommitdiffstats
path: root/x11
diff options
context:
space:
mode:
authorasami <asami@FreeBSD.org>2000-10-08 14:35:13 +0800
committerasami <asami@FreeBSD.org>2000-10-08 14:35:13 +0800
commit8c97423d26bbba6464d5e2f677823365f3e08acf (patch)
treec159cc74eb0783199dc364f3b1f70bdcf4b0d184 /x11
parentbfcc66d3004f7e20977997facd4301d6dbb0bd21 (diff)
downloadfreebsd-ports-gnome-8c97423d26bbba6464d5e2f677823365f3e08acf.tar.gz
freebsd-ports-gnome-8c97423d26bbba6464d5e2f677823365f3e08acf.tar.zst
freebsd-ports-gnome-8c97423d26bbba6464d5e2f677823365f3e08acf.zip
Rename PLIST.* to pkg-plist.*.
Diffstat (limited to 'x11')
-rw-r--r--x11/XFree86/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/XFree86/Makefile b/x11/XFree86/Makefile
index 02c56f8b5d2c..cc1bb2519373 100644
--- a/x11/XFree86/Makefile
+++ b/x11/XFree86/Makefile
@@ -37,11 +37,11 @@ PREFIX= ${X11BASE}
MTREE_FILE= /etc/mtree/BSD.x11.dist
.if (${MACHINE} == "pc98")
SCRIPTS_ENV+= MACHINE=pc98
-PLIST= ${PKGDIR}/PLIST.pc98
+PLIST= ${PKGDIR}/pkg-plist.pc98
.endif
.if (${MACHINE} == "alpha")
SCRIPTS_ENV+= MACHINE=alpha
-PLIST= ${PKGDIR}/PLIST.alpha
+PLIST= ${PKGDIR}/pkg-plist.alpha
.endif
.if defined(XDM_DES) && (${USA_RESIDENT} != YES && ${USA_RESIDENT} != NO)