summaryrefslogtreecommitdiff
path: root/x11/XFree86
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>2000-10-08 06:35:13 +0000
committerSatoshi Asami <asami@FreeBSD.org>2000-10-08 06:35:13 +0000
commitd7330b8ed2a85b5a4d9f457ddd419decec31d29f (patch)
tree5801f2e79abc6b463bee234f7907e041b61354c1 /x11/XFree86
parentRename REQ.aout to pkg-req.aout. (diff)
Rename PLIST.* to pkg-plist.*.
Notes
Notes: svn path=/head/; revision=33551
Diffstat (limited to 'x11/XFree86')
-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)