diff options
author | jmz <jmz@FreeBSD.org> | 1996-01-16 22:08:19 +0800 |
---|---|---|
committer | jmz <jmz@FreeBSD.org> | 1996-01-16 22:08:19 +0800 |
commit | af4a66527c67c6493e4425bf47e0fff73e631998 (patch) | |
tree | da705543b5a9365eb4ceeea9489ab5a76638fa95 /x11/XFree86 | |
parent | 700ff7b376e394d3f0ef7c410925bd5be637c9a7 (diff) | |
download | freebsd-ports-gnome-af4a66527c67c6493e4425bf47e0fff73e631998.tar.gz freebsd-ports-gnome-af4a66527c67c6493e4425bf47e0fff73e631998.tar.zst freebsd-ports-gnome-af4a66527c67c6493e4425bf47e0fff73e631998.zip |
/usr/ports/distfiles -> ${DISTDIR}
Submitted by: jhs
Diffstat (limited to 'x11/XFree86')
-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 f644802dca54..c48968ad892d 100644 --- a/x11/XFree86/Makefile +++ b/x11/XFree86/Makefile @@ -3,7 +3,7 @@ # Date created: 5 January 1995 # Whom: jmz # -# $Id: Makefile,v 1.14 1995/09/16 01:32:32 jmz Exp $ +# $Id: Makefile,v 1.15 1995/10/06 22:11:25 asami Exp $ # ####################################################################### @@ -19,7 +19,7 @@ #if you are compiling from a cdrom, set the directory where the # the patch files are -X11FIXES = /usr/ports/distfiles/xc +X11FIXES = ${DISTDIR}/xc #define this if you are short of space - save ~28 Mbytes #REMOVE_NOT_ESSENTIAL = yes |