summaryrefslogtreecommitdiff
path: root/x11
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>2000-10-08 06:37:24 +0000
committerSatoshi Asami <asami@FreeBSD.org>2000-10-08 06:37:24 +0000
commit43ac09adeb7899154807f9812b7777f6bf7effac (patch)
treec892926b2e1eed91de7ad6919f50456e588750cf /x11
parentRename PLIST.nosound to pkg-plist.nosound. (diff)
Rename PLIST.alpha to pkg-plist.alpha. (By the way, PLIST.pc98 is in
the Makefile but doesn't exist.)
Notes
Notes: svn path=/head/; revision=33553
Diffstat (limited to 'x11')
-rw-r--r--x11/XFree86-4/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/XFree86-4/Makefile b/x11/XFree86-4/Makefile
index abc41d2c9a9a..b1fbc4a4e62a 100644
--- a/x11/XFree86-4/Makefile
+++ b/x11/XFree86-4/Makefile
@@ -41,11 +41,11 @@ IS_INTERACTIVE= yes # configure script asks questions
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)