diff options
author | ade <ade@FreeBSD.org> | 2000-08-05 00:11:37 +0800 |
---|---|---|
committer | ade <ade@FreeBSD.org> | 2000-08-05 00:11:37 +0800 |
commit | 2ec15efed65c73a9f08ecb8ba34fc4d5743eaf7c (patch) | |
tree | 54697a02f9cf91eebcf5293bab63412d16e247b8 /ftp | |
parent | 061a8105c984c45e2b5197d1dff0f69039bd8488 (diff) | |
download | freebsd-ports-gnome-2ec15efed65c73a9f08ecb8ba34fc4d5743eaf7c.tar.gz freebsd-ports-gnome-2ec15efed65c73a9f08ecb8ba34fc4d5743eaf7c.tar.zst freebsd-ports-gnome-2ec15efed65c73a9f08ecb8ba34fc4d5743eaf7c.zip |
Re-sobomize to use pre-patch instead of post-extract
Wrists slapped by: knu, sheldon
Diffstat (limited to 'ftp')
-rw-r--r-- | ftp/gftp/Makefile | 2 | ||||
-rw-r--r-- | ftp/gtm/Makefile | 2 | ||||
-rw-r--r-- | ftp/junglemonkey/Makefile | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/ftp/gftp/Makefile b/ftp/gftp/Makefile index 42c625830275..acde21b50ec9 100644 --- a/ftp/gftp/Makefile +++ b/ftp/gftp/Makefile @@ -29,7 +29,7 @@ CONFIGURE_ENV= GTK_CONFIG="${GTK_CONFIG}" \ MAN1= gftp.1 -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/ftp/gtm/Makefile b/ftp/gtm/Makefile index fb24f2e438b8..5af05a4535c9 100644 --- a/ftp/gtm/Makefile +++ b/ftp/gtm/Makefile @@ -30,7 +30,7 @@ CONFIGURE_ENV= GTK_CONFIG="${GTK_CONFIG}" \ LDFLAGS="-L${LOCALBASE}/lib" CONFIGURE_ARGS= --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/ftp/junglemonkey/Makefile b/ftp/junglemonkey/Makefile index 16e2c22eabde..42aa7b3ea53a 100644 --- a/ftp/junglemonkey/Makefile +++ b/ftp/junglemonkey/Makefile @@ -33,7 +33,7 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ MAN1= jm.1 jmlite.1 jmsearchserver.1 mtprendezvous.1 -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 \ |