diff options
author | Jeremy Messenger <mezz@FreeBSD.org> | 2004-12-21 00:23:18 +0000 |
---|---|---|
committer | Jeremy Messenger <mezz@FreeBSD.org> | 2004-12-21 00:23:18 +0000 |
commit | 58a61e763c51bdf0c4c554af7d09ddc96498ee8d (patch) | |
tree | 5ca0f3cb43bed235862bc167c9b1c2568746c26a /science | |
parent | ed6ef4505b27e0faf347e3149431b20191a419f5 (diff) | |
download | ports-58a61e763c51bdf0c4c554af7d09ddc96498ee8d.tar.gz ports-58a61e763c51bdf0c4c554af7d09ddc96498ee8d.zip |
Notes
Diffstat (limited to 'science')
-rw-r--r-- | science/gchempaint/Makefile | 4 | ||||
-rw-r--r-- | science/gchemutils/Makefile | 3 |
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> |