diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1995-04-11 20:28:32 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1995-04-11 20:28:32 +0000 |
commit | a07b60ed68821304b2c425ad81301ce97e6f7a95 (patch) | |
tree | 3c071e4591d5a681c858594cb1aafd40cc3059a1 /mail/elm+ME | |
parent | Update the cad Makefiles. Boy, I love these sparse directories! :) (diff) |
Updated ports Makefiles for mails.
Diffstat (limited to 'mail/elm+ME')
-rw-r--r-- | mail/elm+ME/Makefile | 24 |
1 files changed, 11 insertions, 13 deletions
diff --git a/mail/elm+ME/Makefile b/mail/elm+ME/Makefile index cf9af28c82c2..f78f309c5740 100644 --- a/mail/elm+ME/Makefile +++ b/mail/elm+ME/Makefile @@ -1,22 +1,20 @@ +# New ports collection makefile for: elm +# Version required: 2.4 +# Date created: 14 October 1994 +# Whom: piero # -# Makefile for ports/mail/elm (FreeBSD) -# $Id: Makefile,v 1.2 1994/11/25 19:12:24 gpalmer Exp $ +# $Id$ # -# Distribution stuff DISTNAME= elm2.4 -EXTRACT_SUFX= .tar.Z -MASTER_SITES= ftp://dsinc.myxa.com/pub/elm/ +PKGNAME= elm-2.4 CATEGORIES+= mail +MASTER_SITES= ftp://dsinc.myxa.com/pub/elm/ +EXTRACT_SUFX= .tar.Z -# working directory WRKDIR= work -NO_WRKSUBDIR= is_set - -# Interactive -IS_INTERACTIVE= is_set - -# Packaging -NO_PACKAGE= is_set +NO_WRKSUBDIR= yes +IS_INTERACTIVE= yes +NO_PACKAGE= yes .include <bsd.port.mk> |