diff options
author | asami <asami@FreeBSD.org> | 1996-03-06 07:16:41 +0000 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1996-03-06 07:16:41 +0000 |
commit | b171b390dcc459842bbe7774580beeefbc02ac4d (patch) | |
tree | 59edd5de32d3611960ec4489f49f3c7da5a678a7 /mail | |
parent | dd8128f96f7cb87508334aed264c497568978869 (diff) | |
download | FreeBSD-ports-b171b390dcc459842bbe7774580beeefbc02ac4d.zip FreeBSD-ports-b171b390dcc459842bbe7774580beeefbc02ac4d.tar.gz |
Reorder variables.
Diffstat (limited to 'mail')
-rw-r--r-- | mail/elm+ME/Makefile | 5 | ||||
-rw-r--r-- | mail/elm/Makefile | 5 |
2 files changed, 6 insertions, 4 deletions
diff --git a/mail/elm+ME/Makefile b/mail/elm+ME/Makefile index db666b8..fdde0e5 100644 --- a/mail/elm+ME/Makefile +++ b/mail/elm+ME/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 \ diff --git a/mail/elm/Makefile b/mail/elm/Makefile index db666b8..fdde0e5 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 \ |