diff options
author | obrien <obrien@FreeBSD.org> | 1996-11-12 02:37:07 +0800 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 1996-11-12 02:37:07 +0800 |
commit | 22057f00ed01d04d6b5cac4a0f3aa3ebcd188615 (patch) | |
tree | d38e30e7b5a826bfe7d1bf02b79a71daf096ce69 /mail | |
parent | dd905a4a464145a257efbf4df610c6627988c52d (diff) | |
download | freebsd-ports-gnome-22057f00ed01d04d6b5cac4a0f3aa3ebcd188615.tar.gz freebsd-ports-gnome-22057f00ed01d04d6b5cac4a0f3aa3ebcd188615.tar.zst freebsd-ports-gnome-22057f00ed01d04d6b5cac4a0f3aa3ebcd188615.zip |
Don't make a seperate subdir w/DISTDIR for each version.
Requested by: Satoshi
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 a471b247eb2e..09c21d8bbb00 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.1.1.1 1996/11/10 09:37:23 obrien Exp $ +# $Id: Makefile,v 1.2 1996/11/10 20:19:54 obrien Exp $ DISTNAME= ${PKGNAME}-export PKGNAME= mutt-0.49 @@ -30,7 +30,7 @@ PATCHFILES= 03.typo.PATCH \ MAINTAINER= obrien@cs.ucdavis.edu -DIST_SUBDIR= Mutt_${PKGNAME:S/^mutt-//} +DIST_SUBDIR= Mutt WRKSRC= ${WRKDIR}/${PKGNAME} PATCH_DIST_STRIP= GNU_CONFIGURE= yes diff --git a/mail/mutt/Makefile b/mail/mutt/Makefile index a471b247eb2e..09c21d8bbb00 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.1.1.1 1996/11/10 09:37:23 obrien Exp $ +# $Id: Makefile,v 1.2 1996/11/10 20:19:54 obrien Exp $ DISTNAME= ${PKGNAME}-export PKGNAME= mutt-0.49 @@ -30,7 +30,7 @@ PATCHFILES= 03.typo.PATCH \ MAINTAINER= obrien@cs.ucdavis.edu -DIST_SUBDIR= Mutt_${PKGNAME:S/^mutt-//} +DIST_SUBDIR= Mutt WRKSRC= ${WRKDIR}/${PKGNAME} PATCH_DIST_STRIP= GNU_CONFIGURE= yes diff --git a/mail/mutt14/Makefile b/mail/mutt14/Makefile index a471b247eb2e..09c21d8bbb00 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.1.1.1 1996/11/10 09:37:23 obrien Exp $ +# $Id: Makefile,v 1.2 1996/11/10 20:19:54 obrien Exp $ DISTNAME= ${PKGNAME}-export PKGNAME= mutt-0.49 @@ -30,7 +30,7 @@ PATCHFILES= 03.typo.PATCH \ MAINTAINER= obrien@cs.ucdavis.edu -DIST_SUBDIR= Mutt_${PKGNAME:S/^mutt-//} +DIST_SUBDIR= Mutt WRKSRC= ${WRKDIR}/${PKGNAME} PATCH_DIST_STRIP= GNU_CONFIGURE= yes |