diff options
author | David E. O'Brien <obrien@FreeBSD.org> | 1996-11-11 18:37:07 +0000 |
---|---|---|
committer | David E. O'Brien <obrien@FreeBSD.org> | 1996-11-11 18:37:07 +0000 |
commit | 6379e5c2ccd39be308e0d04f8dc712ac5b443272 (patch) | |
tree | 016515fd66d75f10ca6a4ce6b5507ee5b361b206 /mail/mutt-devel | |
parent | CATEGORIES+= -> CATEGORIES= (diff) |
Don't make a seperate subdir w/DISTDIR for each version.
Requested by: Satoshi
Notes
Notes:
svn path=/head/; revision=4400
Diffstat (limited to 'mail/mutt-devel')
-rw-r--r-- | mail/mutt-devel/Makefile | 4 |
1 files changed, 2 insertions, 2 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 |