diff options
Diffstat (limited to 'x11/XFree86-4/Makefile')
-rw-r--r-- | x11/XFree86-4/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/x11/XFree86-4/Makefile b/x11/XFree86-4/Makefile index 794220f3be48..cccdc7d236e8 100644 --- a/x11/XFree86-4/Makefile +++ b/x11/XFree86-4/Makefile @@ -3,7 +3,7 @@ # Date created: 5 January 1995 # Whom: jmz # -# $Id: Makefile,v 1.55 1999/07/20 22:14:55 jmz Exp $ +# $Id: Makefile,v 1.56 1999/07/20 23:42:28 asami Exp $ # DISTNAME= xc @@ -33,6 +33,10 @@ MTREE_FILE= /etc/mtree/BSD.x11.dist SCRIPTS_ENV+= MACHINE=pc98 PLIST= ${PKGDIR}/PLIST.pc98 .endif +.if (${MACHINE} == "alpha") +SCRIPTS_ENV+= MACHINE=alpha +PLIST= ${PKGDIR}/PLIST.alpha +.endif .if defined(XDM_DES) && (${USA_RESIDENT} != YES && ${USA_RESIDENT} != NO) pre-fetch: |