diff options
author | asami <asami@FreeBSD.org> | 1996-03-06 15:16:41 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1996-03-06 15:16:41 +0800 |
commit | b171b390dcc459842bbe7774580beeefbc02ac4d (patch) | |
tree | 59edd5de32d3611960ec4489f49f3c7da5a678a7 /mail/elm | |
parent | dd8128f96f7cb87508334aed264c497568978869 (diff) | |
download | freebsd-ports-gnome-b171b390dcc459842bbe7774580beeefbc02ac4d.tar.gz freebsd-ports-gnome-b171b390dcc459842bbe7774580beeefbc02ac4d.tar.zst freebsd-ports-gnome-b171b390dcc459842bbe7774580beeefbc02ac4d.zip |
Reorder variables.
Diffstat (limited to 'mail/elm')
-rw-r--r-- | mail/elm/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/mail/elm/Makefile b/mail/elm/Makefile index db666b8266d6..fdde0e574b2f 100644 --- a/mail/elm/Makefile +++ b/mail/elm/Makefile @@ -3,17 +3,18 @@ # Date created: 26 June 1995 # Whom: ache # -# $Id: Makefile,v 1.16 1996/02/27 19:53:20 ache Exp $ +# $Id: Makefile,v 1.17 1996/02/29 21:35:46 ache Exp $ # DISTNAME= elm-2.4ME+11 CATEGORIES+= mail MASTER_SITES= ftp://dionysos.fmi.fi/KEH/ \ ftp://ftp.kiae.su/unix/mail/ -WRKSRC= ${WRKDIR}/elm2.4.ME+.11 MAINTAINER= ache@FreeBSD.ORG +WRKSRC= ${WRKDIR}/elm2.4.ME+.11 + post-install: cd ${WRKSRC}/nls; ${MAKE} install if [ -f ${PREFIX}/lib/elm.mimetypes ] ; then \ |