diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1996-11-26 06:54:15 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1996-11-26 06:54:15 +0000 |
commit | 9f9f98c9aefd43f471ce0cb9a96240cfa1b4ee04 (patch) | |
tree | de2b6dd7d2e5cc19b102bee1b086cc0d0766aa60 /mail | |
parent | Misc. cleanup. In particular, don't fetch the docfile in the (diff) |
Change DIST_SUBDIR to lowercase, like other ports.
Notes
Notes:
svn path=/head/; revision=4667
Diffstat (limited to 'mail')
-rw-r--r-- | mail/mutt-devel/Makefile | 4 | ||||
-rw-r--r-- | mail/mutt/Makefile | 4 | ||||
-rw-r--r-- | mail/mutt14/Makefile | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/mail/mutt-devel/Makefile b/mail/mutt-devel/Makefile index 91da2831a3a3..6b0470e576d2 100644 --- a/mail/mutt-devel/Makefile +++ b/mail/mutt-devel/Makefile @@ -4,7 +4,7 @@ # Date created: Thur July 25, 1996 # Whom: David O'Brien (obrien@cs.ucdavis.edu) # -# $Id: Makefile,v 1.4 1996/11/17 07:42:41 obrien Exp $ +# $Id: Makefile,v 1.5 1996/11/25 00:55:17 obrien Exp $ DISTNAME= ${PKGNAME}-export PKGNAME= mutt-0.52 @@ -24,7 +24,7 @@ PATCHFILES= MAINTAINER= obrien@cs.ucdavis.edu -DIST_SUBDIR= Mutt +DIST_SUBDIR= mutt WRKSRC= ${WRKDIR}/${PKGNAME} #PATCH_DIST_STRIP= -p2 PATCH_DIST_STRIP= diff --git a/mail/mutt/Makefile b/mail/mutt/Makefile index 91da2831a3a3..6b0470e576d2 100644 --- a/mail/mutt/Makefile +++ b/mail/mutt/Makefile @@ -4,7 +4,7 @@ # Date created: Thur July 25, 1996 # Whom: David O'Brien (obrien@cs.ucdavis.edu) # -# $Id: Makefile,v 1.4 1996/11/17 07:42:41 obrien Exp $ +# $Id: Makefile,v 1.5 1996/11/25 00:55:17 obrien Exp $ DISTNAME= ${PKGNAME}-export PKGNAME= mutt-0.52 @@ -24,7 +24,7 @@ PATCHFILES= MAINTAINER= obrien@cs.ucdavis.edu -DIST_SUBDIR= Mutt +DIST_SUBDIR= mutt WRKSRC= ${WRKDIR}/${PKGNAME} #PATCH_DIST_STRIP= -p2 PATCH_DIST_STRIP= diff --git a/mail/mutt14/Makefile b/mail/mutt14/Makefile index 91da2831a3a3..6b0470e576d2 100644 --- a/mail/mutt14/Makefile +++ b/mail/mutt14/Makefile @@ -4,7 +4,7 @@ # Date created: Thur July 25, 1996 # Whom: David O'Brien (obrien@cs.ucdavis.edu) # -# $Id: Makefile,v 1.4 1996/11/17 07:42:41 obrien Exp $ +# $Id: Makefile,v 1.5 1996/11/25 00:55:17 obrien Exp $ DISTNAME= ${PKGNAME}-export PKGNAME= mutt-0.52 @@ -24,7 +24,7 @@ PATCHFILES= MAINTAINER= obrien@cs.ucdavis.edu -DIST_SUBDIR= Mutt +DIST_SUBDIR= mutt WRKSRC= ${WRKDIR}/${PKGNAME} #PATCH_DIST_STRIP= -p2 PATCH_DIST_STRIP= |