diff options
author | Alexander Langer <alex@FreeBSD.org> | 1997-12-24 01:21:47 +0000 |
---|---|---|
committer | Alexander Langer <alex@FreeBSD.org> | 1997-12-24 01:21:47 +0000 |
commit | dab61dff141cf6f3c73d292a0b3d51f7c627db07 (patch) | |
tree | 28fae1fb481b10b7b6210a2472019866db9d8bac /mail/elm/Makefile | |
parent | 2a42fd62a8e25a47ed589726645bccb6357e1493 (diff) | |
download | ports-dab61dff141cf6f3c73d292a0b3d51f7c627db07.tar.gz ports-dab61dff141cf6f3c73d292a0b3d51f7c627db07.zip |
Notes
Diffstat (limited to 'mail/elm/Makefile')
-rw-r--r-- | mail/elm/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/mail/elm/Makefile b/mail/elm/Makefile index 9fe8133ead48..ae7b36ae415f 100644 --- a/mail/elm/Makefile +++ b/mail/elm/Makefile @@ -4,7 +4,7 @@ # Date created: 26 June 1995 # Whom: ache # -# $Id: Makefile,v 1.40 1997/06/05 21:50:05 ache Exp $ +# $Id: Makefile,v 1.41 1997/06/22 07:28:49 ache Exp $ # DISTNAME= elm-2.4ME+32 @@ -21,8 +21,8 @@ MAN1= answer.1 checkalias.1 elm.1 elmalias.1 fastmail.1 \ HAS_CONFIGURE= Yes CONFIGURE_SCRIPT= Configure -CONFIGURE_ENV+= PREFIX="${PREFIX}" -CONFIGURE_ARGS+= -S +CONFIGURE_ENV= PREFIX="${PREFIX}" +CONFIGURE_ARGS= -S post-install: cd ${WRKSRC}/nls; ${MAKE} install |