diff options
author | David W. Chapman Jr. <dwcjr@FreeBSD.org> | 2002-01-22 21:54:43 +0000 |
---|---|---|
committer | David W. Chapman Jr. <dwcjr@FreeBSD.org> | 2002-01-22 21:54:43 +0000 |
commit | e44e7a113325b5d3f8083cfc43ebcfc85e295858 (patch) | |
tree | 67c1157318b503cd2161c103c398067ddd0ebc4c /mail | |
parent | update to 3.8.14. (diff) |
Put DISTFILES back in, someone took it out on initial import
PR: 34142
Submitted by: maintainer
Diffstat (limited to 'mail')
-rw-r--r-- | mail/mulberry/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/mail/mulberry/Makefile b/mail/mulberry/Makefile index 64e23bbb9dea..43fe7db7d91c 100644 --- a/mail/mulberry/Makefile +++ b/mail/mulberry/Makefile @@ -9,13 +9,14 @@ PORTNAME= mulberry PORTVERSION= 2.1.2 CATEGORIES= mail MASTER_SITES= ftp://ftp.cyrusoft.com/pub/Mulberry/v${PORTVERSION:S/./_/g}/ +DIST_SUBDIR= ${PORTNAME} DISTNAME= ${PORTNAME}-${PORTVERSION:S/./_/g}-rh6 +DISTFILES= ${DISTNAME}${EXTRACT_SUFX} +DISTCRYPTO= MulberryS${EXTRACT_SUFX} EXTRACT_SUFX= .tgz -DIST_SUBDIR= ${PORTNAME} MAINTAINER= yds@CoolRat.org -DISTCRYPTO= MulberryS${EXTRACT_SUFX} USE_LINUX= yes NO_BUILD= yes NO_WRKSUBDIR= yes |