diff options
author | mph <mph@FreeBSD.org> | 1998-05-23 02:50:18 +0800 |
---|---|---|
committer | mph <mph@FreeBSD.org> | 1998-05-23 02:50:18 +0800 |
commit | 7412e4d70e79c3508e82b86c72327b8638252ff8 (patch) | |
tree | ca7ec06f3786b75ada8b62ce43f238d6fcd79f7a /x11-wm/afterstep-stable | |
parent | 7a26502af0d7cf80f8ce56f817439c90f6dda493 (diff) | |
download | freebsd-ports-gnome-7412e4d70e79c3508e82b86c72327b8638252ff8.tar.gz freebsd-ports-gnome-7412e4d70e79c3508e82b86c72327b8638252ff8.tar.zst freebsd-ports-gnome-7412e4d70e79c3508e82b86c72327b8638252ff8.zip |
$(X11BASE)/xmkmf --> $(X11BASE)/bin/xmkmf
Pointed out by: Brett Taylor <brett@peloton.physics.montana.edu>
Screwed up by: mph
Diffstat (limited to 'x11-wm/afterstep-stable')
-rw-r--r-- | x11-wm/afterstep-stable/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-wm/afterstep-stable/Makefile b/x11-wm/afterstep-stable/Makefile index 03958d99ec2a..cc5708bc3b40 100644 --- a/x11-wm/afterstep-stable/Makefile +++ b/x11-wm/afterstep-stable/Makefile @@ -3,7 +3,7 @@ # Date created: 1 May 1998 # Whom: Brett Taylor # -# $Id:$ +# $Id: Makefile,v 1.20 1998/05/18 03:23:39 mph Exp $ # DISTNAME= AfterStep-1.4.5.0 @@ -33,7 +33,7 @@ MANCOMPRESSED= yes HAS_CONFIGURE= yes -XMKMF= $(X11BASE)/xmkmf +XMKMF= $(X11BASE)/bin/xmkmf pre-configure: @${ECHO_MSG} "The interactive portion is asking you about languages" @${ECHO_MSG} "and color use by asclock." |