summaryrefslogtreecommitdiff
path: root/x11-wm/sawfish2
diff options
context:
space:
mode:
authorMaxim Sobolev <sobomax@FreeBSD.org>2001-10-29 17:40:39 +0000
committerMaxim Sobolev <sobomax@FreeBSD.org>2001-10-29 17:40:39 +0000
commitf76f107e772e70464380fea0e54b154988fb704b (patch)
treeebddbb9019bad713a0197ff0808365217d4a1548 /x11-wm/sawfish2
parentUpdate to 0.15.2. (diff)
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" <ak03@gte.com>
Notes
Notes: svn path=/head/; revision=49336
Diffstat (limited to 'x11-wm/sawfish2')
-rw-r--r--x11-wm/sawfish2/Makefile2
1 files changed, 1 insertions, 1 deletions
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 <bsd.port.pre.mk>