diff options
author | ade <ade@FreeBSD.org> | 2000-08-04 16:11:37 +0000 |
---|---|---|
committer | ade <ade@FreeBSD.org> | 2000-08-04 16:11:37 +0000 |
commit | 2ec15efed65c73a9f08ecb8ba34fc4d5743eaf7c (patch) | |
tree | 54697a02f9cf91eebcf5293bab63412d16e247b8 /palm/gnomepilot2 | |
parent | 061a8105c984c45e2b5197d1dff0f69039bd8488 (diff) | |
download | FreeBSD-ports-2ec15efed65c73a9f08ecb8ba34fc4d5743eaf7c.zip FreeBSD-ports-2ec15efed65c73a9f08ecb8ba34fc4d5743eaf7c.tar.gz |
Re-sobomize to use pre-patch instead of post-extract
Wrists slapped by: knu, sheldon
Diffstat (limited to 'palm/gnomepilot2')
-rw-r--r-- | palm/gnomepilot2/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/palm/gnomepilot2/Makefile b/palm/gnomepilot2/Makefile index 7ab9f2b..040ad1a 100644 --- a/palm/gnomepilot2/Makefile +++ b/palm/gnomepilot2/Makefile @@ -35,7 +35,7 @@ CONFIGURE_ENV= GTK_CONFIG="${GTK_CONFIG}" GLIB_CONFIG="${GLIB_CONFIG}" \ CPPFLAGS="-I${LOCALBASE}/include -I${LOCALBASE}/pilot/include" \ LIBS="-L${LOCALBASE}/lib -L${LOCALBASE}/pilot/lib" -post-extract: +pre-patch: @${PERL} -pi -e 's|-lpthread|-pthread|g ; \ s|DATADIRNAME=lib|DATADIRNAME=share|g' ${WRKSRC}/configure @find ${WRKSRC} -name "Makefile.in" | xargs ${PERL} -pi -e \ |