summaryrefslogtreecommitdiff
path: root/lang/sather/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'lang/sather/Makefile')
-rw-r--r--lang/sather/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/lang/sather/Makefile b/lang/sather/Makefile
index fd8ff606da3..f82f7fa942c 100644
--- a/lang/sather/Makefile
+++ b/lang/sather/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.19 2004/07/18 10:49:49 recht Exp $
+# $NetBSD: Makefile,v 1.20 2004/08/27 18:52:00 jlam Exp $
DISTNAME= sather-1.2.1
PKGREVISION= 4
@@ -14,7 +14,6 @@ USE_X11= # defined
USE_GNU_TOOLS+= make
ALL_TARGET= full optional
-MAKE_ENV+= _OPSYS_RPATH_NAME=${_OPSYS_RPATH_NAME}
USE_MAKEINFO= YES
INFO_FILES= sather.info sather-tutorial.info sather-mode.info
@@ -48,7 +47,8 @@ SUBST_SED.sather-configure= \
-e 's:@GC_PREFIX@:${BUILDLINK_PREFIX.boehm-gc}:g' \
-e 's:@TCL_PREFIX@:${BUILDLINK_PREFIX.tcl}:g' \
-e 's:@TK_PREFIX@:${BUILDLINK_PREFIX.tk}:g' \
- -e 's:@_OPSYS_RPATH_NAME@:${_OPSYS_RPATH_NAME}:g'
+ -e 's:@LINKER_RPATH_FLAG@:${LINKER_RPATH_FLAG}:g' \
+ -e 's:@COMPILER_RPATH_FLAG@:${COMPILER_RPATH_FLAG}:g'
post-build:
cd ${WRKSRC}/Emacs; ${MAKEINFO} sather.texinfo; \