From f76f107e772e70464380fea0e54b154988fb704b Mon Sep 17 00:00:00 2001 From: Maxim Sobolev Date: Mon, 29 Oct 2001 17:40:39 +0000 Subject: Use ${ARCH}-pc-freebsdX as CONFIGURE_TARGET instead of ${ARCH}-freebsdX. I did not see any problems with the later on my local box, but it doesn't do any harm, so put it in to make few users happy. PR: 31333 Submitted by: "Alexander N. Kabaev" --- x11-wm/sawfish2/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'x11-wm/sawfish2') diff --git a/x11-wm/sawfish2/Makefile b/x11-wm/sawfish2/Makefile index 498ae042c160..4b1ccd2b770b 100644 --- a/x11-wm/sawfish2/Makefile +++ b/x11-wm/sawfish2/Makefile @@ -30,7 +30,7 @@ CONFIGURE_ARGS= --with-readline \ --datadir=${PREFIX}/share CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \ LIBS="-L${LOCALBASE}/lib" -CONFIGURE_TARGET= ${ARCH}-freebsd${OSREL:C/\..*//} +CONFIGURE_TARGET= ${ARCH}-pc-freebsd${OSREL:C/\..*//} .include -- cgit v1.2.3