aboutsummaryrefslogtreecommitdiff
path: root/science
diff options
context:
space:
mode:
authorJeremy Messenger <mezz@FreeBSD.org>2004-12-21 00:23:18 +0000
committerJeremy Messenger <mezz@FreeBSD.org>2004-12-21 00:23:18 +0000
commit58a61e763c51bdf0c4c554af7d09ddc96498ee8d (patch)
tree5ca0f3cb43bed235862bc167c9b1c2568746c26a /science
parented6ef4505b27e0faf347e3149431b20191a419f5 (diff)
downloadports-58a61e763c51bdf0c4c554af7d09ddc96498ee8d.tar.gz
ports-58a61e763c51bdf0c4c554af7d09ddc96498ee8d.zip
Notes
Diffstat (limited to 'science')
-rw-r--r--science/gchempaint/Makefile4
-rw-r--r--science/gchemutils/Makefile3
2 files changed, 0 insertions, 7 deletions
diff --git a/science/gchempaint/Makefile b/science/gchempaint/Makefile
index c1daaaeba143..aaa14b8396b2 100644
--- a/science/gchempaint/Makefile
+++ b/science/gchempaint/Makefile
@@ -24,8 +24,4 @@ USE_LIBTOOL_VER=15
USE_REINPLACE= yes
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" LIBS="-L${LOCALBASE}/lib"
-post-patch:
- @${REINPLACE_CMD} -e 's|$$(datadir)/mime/|${PREFIX}/share/mime/|' ${WRKSRC}/Makefile.in
- @${REINPLACE_CMD} -e 's|$$(datadir)/mime$$|${PREFIX}/share/mime|' ${WRKSRC}/Makefile.in
-
.include <bsd.port.mk>
diff --git a/science/gchemutils/Makefile b/science/gchemutils/Makefile
index f21a7c750dee..5d838ba56f03 100644
--- a/science/gchemutils/Makefile
+++ b/science/gchemutils/Makefile
@@ -27,7 +27,4 @@ USE_REINPLACE= yes
INSTALLS_SHLIB= yes
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" LIBS="-L${LOCALBASE}/lib"
-post-patch:
- @${REINPLACE_CMD} -e 's|(datadir)/mime$$|(prefix)/share/mime| ; s|(datadir)/mime/|(prefix)/share/mime/|g' ${WRKSRC}/Makefile.in
-
.include <bsd.port.mk>