diff options
author | Ade Lovett <ade@FreeBSD.org> | 2000-08-04 16:11:37 +0000 |
---|---|---|
committer | Ade Lovett <ade@FreeBSD.org> | 2000-08-04 16:11:37 +0000 |
commit | 972ca4afabe0a706de889d635300401fe596e781 (patch) | |
tree | 88208c44ea48fa1c9e3f63bcc27d5f4d229e5dcd /x11/stockticker_applet | |
parent | 0f53421b04b0014eeb8ba37d03d658294ffcc73f (diff) |
Notes
Diffstat (limited to 'x11/stockticker_applet')
-rw-r--r-- | x11/stockticker_applet/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11/stockticker_applet/Makefile b/x11/stockticker_applet/Makefile index 83b9e5e79df3..1f21d1f8cbec 100644 --- a/x11/stockticker_applet/Makefile +++ b/x11/stockticker_applet/Makefile @@ -27,7 +27,7 @@ CONFIGURE_ARGS= --localstatedir=${PREFIX}/share/gnome \ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" -post-extract: +pre-patch: @${PERL} -pi -e 's|DATADIRNAME=lib|DATADIRNAME=share|g' ${WRKSRC}/configure @find ${WRKSRC} -name "Makefile.in" | xargs ${PERL} -pi -e \ 's|\$\(datadir\)/gnome/|\$\(datadir\)/|g ; \ |