From d08e31f6f4e4974f85bf9fd37987932a2843e8c2 Mon Sep 17 00:00:00 2001 From: adamw Date: Mon, 2 Jun 2003 08:10:28 +0000 Subject: Remove configure substitutions that have been rolled into the gnomehack USE_GNOME macro. git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@834 df743ca5-7f9a-e211-a948-0013205c9059 --- editors/gedit-plugins/Makefile | 6 +++--- editors/gedit2/Makefile | 4 ---- editors/ghex2/Makefile | 4 ---- 3 files changed, 3 insertions(+), 11 deletions(-) (limited to 'editors') diff --git a/editors/gedit-plugins/Makefile b/editors/gedit-plugins/Makefile index aa48ca641..f466da950 100644 --- a/editors/gedit-plugins/Makefile +++ b/editors/gedit-plugins/Makefile @@ -27,8 +27,8 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" post-patch: - @${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g ; \ - s|GETTEXT_PACKAGE=gedit-2.0|GETTEXT_PACKAGE=gedit-plugins|g ; \ - s|DATADIRNAME=lib|DATADIRNAME=share|g' ${WRKSRC}/configure + @${REINPLACE_CMD} -e \ + 's|GETTEXT_PACKAGE=gedit-2.0|GETTEXT_PACKAGE=gedit-plugins|g' \ + ${WRKSRC}/configure .include diff --git a/editors/gedit2/Makefile b/editors/gedit2/Makefile index b82aa5fad..d2296d3b5 100644 --- a/editors/gedit2/Makefile +++ b/editors/gedit2/Makefile @@ -33,8 +33,4 @@ PLIST_SUB= VERSION="2.4" MAN1= gedit.1 -post-patch: - @${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g ; \ - s|DATADIRNAME=lib|DATADIRNAME=share|g' ${WRKSRC}/configure - .include diff --git a/editors/ghex2/Makefile b/editors/ghex2/Makefile index 03937e27b..0dccaa63e 100644 --- a/editors/ghex2/Makefile +++ b/editors/ghex2/Makefile @@ -26,8 +26,4 @@ INSTALLS_SHLIB= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LIBS="-L${LOCALBASE}/lib" -post-patch: - @${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g ; \ - s|DATADIRNAME=lib|DATADIRNAME=share|g' ${WRKSRC}/configure - .include -- cgit v1.2.3