diff options
author | hoek <hoek@FreeBSD.org> | 1998-08-29 04:51:28 +0800 |
---|---|---|
committer | hoek <hoek@FreeBSD.org> | 1998-08-29 04:51:28 +0800 |
commit | 0f5d1c01d57d5573ef4fd1296858a9b498ff3d65 (patch) | |
tree | 3e24388593be17c59548bf12cc4f95d5eb4912be /mail | |
parent | ad31722c8574aeef21558818ca4b7279785f3629 (diff) | |
download | freebsd-ports-gnome-0f5d1c01d57d5573ef4fd1296858a9b498ff3d65.tar.gz freebsd-ports-gnome-0f5d1c01d57d5573ef4fd1296858a9b498ff3d65.tar.zst freebsd-ports-gnome-0f5d1c01d57d5573ef4fd1296858a9b498ff3d65.zip |
Quick hack to make this obey PREFIX. Note that ${WRKSRC}/nls/LANGS is now
modified twice---once by patches/patch-ab, and once by post-install:. :(
Diffstat (limited to 'mail')
-rw-r--r-- | mail/elm+ME/Makefile | 3 | ||||
-rw-r--r-- | mail/elm/Makefile | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/mail/elm+ME/Makefile b/mail/elm+ME/Makefile index 31fe8420bfc5..7ec374cadb48 100644 --- a/mail/elm+ME/Makefile +++ b/mail/elm+ME/Makefile @@ -4,7 +4,7 @@ # Date created: 26 June 1995 # Whom: ache # -# $Id: Makefile,v 1.47 1998/08/22 13:20:35 asami Exp $ +# $Id: Makefile,v 1.48 1998/08/28 19:51:38 hoek Exp $ # DISTNAME= elm-2.4ME+43 @@ -26,6 +26,7 @@ CONFIGURE_ENV= PREFIX="${PREFIX}" CONFIGURE_ARGS= -S post-install: + perl -pi -e 's,/usr/local,${PREFIX},' ${WRKSRC}/nls/LANGS cd ${WRKSRC}/nls; ${MAKE} install if [ -f ${PREFIX}/lib/elm.mimetypes ] ; then \ ${INSTALL_DATA} \ diff --git a/mail/elm/Makefile b/mail/elm/Makefile index 31fe8420bfc5..7ec374cadb48 100644 --- a/mail/elm/Makefile +++ b/mail/elm/Makefile @@ -4,7 +4,7 @@ # Date created: 26 June 1995 # Whom: ache # -# $Id: Makefile,v 1.47 1998/08/22 13:20:35 asami Exp $ +# $Id: Makefile,v 1.48 1998/08/28 19:51:38 hoek Exp $ # DISTNAME= elm-2.4ME+43 @@ -26,6 +26,7 @@ CONFIGURE_ENV= PREFIX="${PREFIX}" CONFIGURE_ARGS= -S post-install: + perl -pi -e 's,/usr/local,${PREFIX},' ${WRKSRC}/nls/LANGS cd ${WRKSRC}/nls; ${MAKE} install if [ -f ${PREFIX}/lib/elm.mimetypes ] ; then \ ${INSTALL_DATA} \ |