diff options
author | asami <asami@FreeBSD.org> | 2000-10-08 14:35:13 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 2000-10-08 14:35:13 +0800 |
commit | 8c97423d26bbba6464d5e2f677823365f3e08acf (patch) | |
tree | c159cc74eb0783199dc364f3b1f70bdcf4b0d184 /x11 | |
parent | bfcc66d3004f7e20977997facd4301d6dbb0bd21 (diff) | |
download | freebsd-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/Makefile | 4 |
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) |