diff options
author | adamw <adamw@df743ca5-7f9a-e211-a948-0013205c9059> | 2003-06-02 16:10:28 +0800 |
---|---|---|
committer | adamw <adamw@df743ca5-7f9a-e211-a948-0013205c9059> | 2003-06-02 16:10:28 +0800 |
commit | d08e31f6f4e4974f85bf9fd37987932a2843e8c2 (patch) | |
tree | c954bd470fb51858611b82e35083a83b74097ef2 /devel | |
parent | dda61910d2890b8e3c762e030fd4459034f6a13b (diff) | |
download | marcuscom-ports-d08e31f6f4e4974f85bf9fd37987932a2843e8c2.tar marcuscom-ports-d08e31f6f4e4974f85bf9fd37987932a2843e8c2.tar.gz marcuscom-ports-d08e31f6f4e4974f85bf9fd37987932a2843e8c2.tar.bz2 marcuscom-ports-d08e31f6f4e4974f85bf9fd37987932a2843e8c2.tar.lz marcuscom-ports-d08e31f6f4e4974f85bf9fd37987932a2843e8c2.tar.xz marcuscom-ports-d08e31f6f4e4974f85bf9fd37987932a2843e8c2.tar.zst marcuscom-ports-d08e31f6f4e4974f85bf9fd37987932a2843e8c2.zip |
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
Diffstat (limited to 'devel')
-rw-r--r-- | devel/bugbuddy2/Makefile | 4 | ||||
-rw-r--r-- | devel/gconf2/Makefile | 4 | ||||
-rw-r--r-- | devel/gnome-vfs/Makefile | 1 | ||||
-rw-r--r-- | devel/gnomevfs2/Makefile | 1 | ||||
-rw-r--r-- | devel/libbonobo/Makefile | 4 |
5 files changed, 0 insertions, 14 deletions
diff --git a/devel/bugbuddy2/Makefile b/devel/bugbuddy2/Makefile index 4f43c5dba..6b4578463 100644 --- a/devel/bugbuddy2/Makefile +++ b/devel/bugbuddy2/Makefile @@ -28,8 +28,4 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ MAN1= bug-buddy.1 -post-patch: - @${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g ; \ - s|DATADIRNAME=lib|DATADIRNAME=share|g' ${WRKSRC}/configure - .include <bsd.port.mk> diff --git a/devel/gconf2/Makefile b/devel/gconf2/Makefile index 5c32e3df3..8552870f0 100644 --- a/devel/gconf2/Makefile +++ b/devel/gconf2/Makefile @@ -28,10 +28,6 @@ CONFIGURE_ARGS= --with-html-dir=${PREFIX}/share/doc \ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" -post-patch: - @${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g ; \ - s|DATADIRNAME=lib|DATADIRNAME=share|g' ${WRKSRC}/configure - post-install: @${MKDIR} ${PREFIX}/etc/gconf/gconf.xml.defaults/apps @${MKDIR} ${PREFIX}/etc/gconf/gconf.xml.defaults/schemas/apps diff --git a/devel/gnome-vfs/Makefile b/devel/gnome-vfs/Makefile index 474f0f564..55485df82 100644 --- a/devel/gnome-vfs/Makefile +++ b/devel/gnome-vfs/Makefile @@ -48,7 +48,6 @@ LIB_DEPENDS+= fam.0:${PORTSDIR}/devel/fam .endif post-patch: - @${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g' ${WRKSRC}/configure @${FIND} ${WRKSRC} -name "*info.in" | xargs ${REINPLACE_CMD} -e \ 's|\@datadir\@/gnome|\@datadir\@|g' @${REINPLACE_CMD} -e 's|%%LOCALBASE%%|${LOCALBASE}|g' \ diff --git a/devel/gnomevfs2/Makefile b/devel/gnomevfs2/Makefile index 474f0f564..55485df82 100644 --- a/devel/gnomevfs2/Makefile +++ b/devel/gnomevfs2/Makefile @@ -48,7 +48,6 @@ LIB_DEPENDS+= fam.0:${PORTSDIR}/devel/fam .endif post-patch: - @${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g' ${WRKSRC}/configure @${FIND} ${WRKSRC} -name "*info.in" | xargs ${REINPLACE_CMD} -e \ 's|\@datadir\@/gnome|\@datadir\@|g' @${REINPLACE_CMD} -e 's|%%LOCALBASE%%|${LOCALBASE}|g' \ diff --git a/devel/libbonobo/Makefile b/devel/libbonobo/Makefile index b20536136..2559f33fa 100644 --- a/devel/libbonobo/Makefile +++ b/devel/libbonobo/Makefile @@ -32,8 +32,4 @@ MAKE_ENV= gnomelocaledir=${PREFIX}/share/locale MAN1= bonobo-activation-server.1 -post-patch: - @${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g ; \ - s|DATADIRNAME=lib|DATADIRNAME=share|g' ${WRKSRC}/configure - .include <bsd.port.mk> |