summaryrefslogtreecommitdiff
path: root/lang/icon/Makefile
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>1995-07-29 09:55:13 +0000
committerSatoshi Asami <asami@FreeBSD.org>1995-07-29 09:55:13 +0000
commit293bc7d7a3782a8f13b42316effbe099a2c78369 (patch)
tree17bee5af0f3f9c0ddb06f34fc2d63fad4cdbf940 /lang/icon/Makefile
parentMoved rzsz from RESTRICTED to SUBDIR. Convert to new format along (diff)
Install machine-independent scripts into /usr/local/share, etc.
Submitted by: Thomas Gellekum <thomas@ghpc8.ihf.rwth-aachen.de>
Notes
Notes: svn path=/head/; revision=2017
Diffstat (limited to 'lang/icon/Makefile')
-rw-r--r--lang/icon/Makefile10
1 files changed, 9 insertions, 1 deletions
diff --git a/lang/icon/Makefile b/lang/icon/Makefile
index df6c9183f5aa..e34920accb02 100644
--- a/lang/icon/Makefile
+++ b/lang/icon/Makefile
@@ -3,7 +3,7 @@
# Date created: 05 April 1995
# Whom: thomas@ghpc8.ihf.rwth-aachen.de
#
-# $Id$
+# $Id: Makefile,v 1.2 1995/04/15 05:44:38 asami Exp $
#
DISTNAME= icon-9.0
@@ -15,4 +15,12 @@ PATCH_STRIP= -p1
NO_WRKSUBDIR= true
ALL_TARGET= Icon
+# work around a bug in rtt's preprocessor
+#
+do-build:
+ @(ENABLE_STARTUP_LOCALE=; \
+ unset ENABLE_STARTUP_LOCALE; \
+ cd ${WRKSRC}; \
+ ${MAKE} PREFIX=${PREFIX} X11BASE=${X11BASE} ${MAKE_FLAGS} ${MAKEFILE} ${ALL_TARGET})
+
.include <bsd.port.mk>