diff options
author | asami <asami@FreeBSD.org> | 2000-10-08 14:37:24 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 2000-10-08 14:37:24 +0800 |
commit | 86b0e00f0788c7a1871b6eb4654d5c018e1f9ca8 (patch) | |
tree | ac01a022f62e28cc22919ff14bede5c0e2ad0d26 /x11/XFree86-4 | |
parent | 042fd3be8a0b9adb1b02d0d3d280c4923b142687 (diff) | |
download | freebsd-ports-gnome-86b0e00f0788c7a1871b6eb4654d5c018e1f9ca8.tar.gz freebsd-ports-gnome-86b0e00f0788c7a1871b6eb4654d5c018e1f9ca8.tar.zst freebsd-ports-gnome-86b0e00f0788c7a1871b6eb4654d5c018e1f9ca8.zip |
Rename PLIST.alpha to pkg-plist.alpha. (By the way, PLIST.pc98 is in
the Makefile but doesn't exist.)
Diffstat (limited to 'x11/XFree86-4')
-rw-r--r-- | x11/XFree86-4/Makefile | 4 |
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) |