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/gswitchit | |
parent | Clearly document the nature of the changes introduced with this patch (diff) |
Re-sobomize to use pre-patch instead of post-extract
Wrists slapped by: knu, sheldon
Notes
Notes:
svn path=/head/; revision=31320
Diffstat (limited to 'x11/gswitchit')
-rw-r--r-- | x11/gswitchit/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11/gswitchit/Makefile b/x11/gswitchit/Makefile index 112b0620b41a..2c4b32290bee 100644 --- a/x11/gswitchit/Makefile +++ b/x11/gswitchit/Makefile @@ -28,7 +28,7 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ MAN1= gswitchit_applet.1 -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 ; \ |