diff options
author | wiz <wiz> | 2000-02-12 03:54:51 +0000 |
---|---|---|
committer | wiz <wiz> | 2000-02-12 03:54:51 +0000 |
commit | ec0a4dbc8125031c0d9788629d13360f305507e5 (patch) | |
tree | d9cf89c30280e4c03057c86855d66597b26f4faf /x11/lesstif/Makefile | |
parent | 9fc91afc483d0482ccbe92ba501d3cf62b236905 (diff) | |
download | pkgsrc-ec0a4dbc8125031c0d9788629d13360f305507e5.tar.gz |
install ac_find_motif.m4 and link it to ${LOCALBASE}/share/aclocal
Diffstat (limited to 'x11/lesstif/Makefile')
-rw-r--r-- | x11/lesstif/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/x11/lesstif/Makefile b/x11/lesstif/Makefile index 67dd71b60db..497b3b63841 100644 --- a/x11/lesstif/Makefile +++ b/x11/lesstif/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.45 2000/02/01 18:52:34 tron Exp $ +# $NetBSD: Makefile,v 1.46 2000/02/12 03:54:51 wiz Exp $ # FreeBSD Id: Makefile,v 1.13 1997/09/08 08:34:13 tg Exp # @@ -23,5 +23,11 @@ GNU_CONFIGURE= yes CONFIGURE_ARGS+= --enable-build-12 # needed for www/Mosaic CONFIGURE_ARGS+= --enable-build-20 --enable-default-20 \ --enable-production --disable-debug +PLIST_SUBST+= LOCALBASE=${LOCALBASE} + +post-install: + ${TEST} ${PREFIX} = ${LOCALBASE} || \ + ${LN} -fs ${PREFIX}/share/aclocal/ac_find_motif.m4 \ + ${LOCALBASE}/share/aclocal/ac_find_motif.m4 .include "../../mk/bsd.pkg.mk" |