summaryrefslogtreecommitdiff
path: root/x11/Xbae/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'x11/Xbae/Makefile')
-rw-r--r--x11/Xbae/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/x11/Xbae/Makefile b/x11/Xbae/Makefile
index b2cef3dabb5..30a9d4aa42f 100644
--- a/x11/Xbae/Makefile
+++ b/x11/Xbae/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 2000/02/03 19:41:03 drochner Exp $
+# $NetBSD: Makefile,v 1.2 2000/02/12 03:59:10 wiz Exp $
#
DISTNAME= Xbae-4.7.1
@@ -14,5 +14,11 @@ USE_LIBTOOL= yes
GNU_CONFIGURE= YES
CONFIGURE_ARGS+= --disable-build-12 \
--enable-build-20 --enable-default-20
+PLIST_SUBST+= LOCALBASE=${LOCALBASE}
+
+post-install:
+ ${TEST} ${PREFIX} = ${LOCALBASE} || \
+ ${LN} -fs ${PREFIX}/share/aclocal/ac_find_xbae.m4 \
+ ${LOCALBASE}/share/aclocal/ac_find_xbae.m4
.include "../../mk/bsd.pkg.mk"