diff options
author | adamw <adamw@FreeBSD.org> | 2003-06-12 09:46:09 +0000 |
---|---|---|
committer | adamw <adamw@FreeBSD.org> | 2003-06-12 09:46:09 +0000 |
commit | aaf166713559a44a8e20404e1e6eb14e1758a66b (patch) | |
tree | 001522fb512c55afb05368bed1bedb1a54f687a4 /databases | |
parent | bdac09a776abef8765f436443280f4aa3ba8ca0f (diff) | |
download | FreeBSD-ports-aaf166713559a44a8e20404e1e6eb14e1758a66b.zip FreeBSD-ports-aaf166713559a44a8e20404e1e6eb14e1758a66b.tar.gz |
Remove REINPLACE commands that were rolled into gnomehack.
Diffstat (limited to 'databases')
-rw-r--r-- | databases/gnome-db/Makefile | 4 | ||||
-rw-r--r-- | databases/gnomedb/Makefile | 4 | ||||
-rw-r--r-- | databases/libgda/Makefile | 2 | ||||
-rw-r--r-- | databases/libgda2/Makefile | 4 | ||||
-rw-r--r-- | databases/libgda3/Makefile | 4 | ||||
-rw-r--r-- | databases/libgnomedb/Makefile | 4 | ||||
-rw-r--r-- | databases/mergeant/Makefile | 4 |
7 files changed, 0 insertions, 26 deletions
diff --git a/databases/gnome-db/Makefile b/databases/gnome-db/Makefile index ebbf6e7..5428bfc 100644 --- a/databases/gnome-db/Makefile +++ b/databases/gnome-db/Makefile @@ -28,8 +28,4 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ CONFIGURE_TARGET= --target=${MACHINE_ARCH}-unknown-freebsd${OSREL} PLIST_SUB= VERSION=${PORTVERSION} -post-patch: - @${REINPLACE_CMD} -e 's|-lpthread|-pthread|g ; \ - s|DATADIRNAME=lib|DATADIRNAME=share|g' ${WRKSRC}/configure - .include <bsd.port.mk> diff --git a/databases/gnomedb/Makefile b/databases/gnomedb/Makefile index ebbf6e7..5428bfc 100644 --- a/databases/gnomedb/Makefile +++ b/databases/gnomedb/Makefile @@ -28,8 +28,4 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ CONFIGURE_TARGET= --target=${MACHINE_ARCH}-unknown-freebsd${OSREL} PLIST_SUB= VERSION=${PORTVERSION} -post-patch: - @${REINPLACE_CMD} -e 's|-lpthread|-pthread|g ; \ - s|DATADIRNAME=lib|DATADIRNAME=share|g' ${WRKSRC}/configure - .include <bsd.port.mk> diff --git a/databases/libgda/Makefile b/databases/libgda/Makefile index d99e459..7dfe86a 100644 --- a/databases/libgda/Makefile +++ b/databases/libgda/Makefile @@ -31,8 +31,6 @@ CONFIGURE_TARGET= --target=${MACHINE_ARCH}-unknown-freebsd${OSREL} PLIST_SUB= VERSION=${PORTVERSION} post-patch: - @${REINPLACE_CMD} -e 's|-lpthread|-pthread|g ; \ - s|DATADIRNAME=lib|DATADIRNAME=share|g' ${WRKSRC}/configure @find ${WRKSRC} -name "Makefile.in" | xargs ${REINPLACE_CMD} -e \ 's|share/idl|share/gnome/idl|g' diff --git a/databases/libgda2/Makefile b/databases/libgda2/Makefile index 0f8799e..7322953 100644 --- a/databases/libgda2/Makefile +++ b/databases/libgda2/Makefile @@ -73,8 +73,4 @@ pre-everything:: @${ECHO_MSG} "You can enable support for LDAP databases by defining WITH_LDAP." .endif -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/databases/libgda3/Makefile b/databases/libgda3/Makefile index 0f8799e..7322953 100644 --- a/databases/libgda3/Makefile +++ b/databases/libgda3/Makefile @@ -73,8 +73,4 @@ pre-everything:: @${ECHO_MSG} "You can enable support for LDAP databases by defining WITH_LDAP." .endif -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/databases/libgnomedb/Makefile b/databases/libgnomedb/Makefile index 5d103a1..f639f35 100644 --- a/databases/libgnomedb/Makefile +++ b/databases/libgnomedb/Makefile @@ -25,8 +25,4 @@ INSTALLS_SHLIB= yes 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 - .include <bsd.port.mk> diff --git a/databases/mergeant/Makefile b/databases/mergeant/Makefile index e8a9887..3b12b1e 100644 --- a/databases/mergeant/Makefile +++ b/databases/mergeant/Makefile @@ -25,8 +25,4 @@ USE_LIBTOOL= yes 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 - .include <bsd.port.mk> |