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 /misc | |
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 'misc')
-rw-r--r-- | misc/gnomeusersguide/Makefile | 2 | ||||
-rw-r--r-- | misc/gnomeutils/Makefile | 2 | ||||
-rw-r--r-- | misc/gnomeutils2/Makefile | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/misc/gnomeusersguide/Makefile b/misc/gnomeusersguide/Makefile index 5a2444d..0df5ecb 100644 --- a/misc/gnomeusersguide/Makefile +++ b/misc/gnomeusersguide/Makefile @@ -23,7 +23,7 @@ GNU_CONFIGURE= yes CONFIGURE_ARGS= --localstatedir=${PREFIX}/share/gnome \ --datadir=${PREFIX}/share/gnome -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 \ diff --git a/misc/gnomeutils/Makefile b/misc/gnomeutils/Makefile index e87071c..2b18eb0 100644 --- a/misc/gnomeutils/Makefile +++ b/misc/gnomeutils/Makefile @@ -31,7 +31,7 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ GTK_CONFIG="${GTK_CONFIG}" \ LIBS="-L${LOCALBASE}/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 \ diff --git a/misc/gnomeutils2/Makefile b/misc/gnomeutils2/Makefile index e87071c..2b18eb0 100644 --- a/misc/gnomeutils2/Makefile +++ b/misc/gnomeutils2/Makefile @@ -31,7 +31,7 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ GTK_CONFIG="${GTK_CONFIG}" \ LIBS="-L${LOCALBASE}/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 \ |