diff options
author | bdrewery <bdrewery@FreeBSD.org> | 2013-04-13 21:55:56 +0800 |
---|---|---|
committer | bdrewery <bdrewery@FreeBSD.org> | 2013-04-13 21:55:56 +0800 |
commit | c131ef5e174ce66a52777a65f616df7e15802110 (patch) | |
tree | ba6fa34bf392a9794f515a734fb47840b19d9466 /mail/cvsmail | |
parent | 4fde992e7c9477a817ce6836278ba4d10ffe049e (diff) | |
download | freebsd-ports-gnome-c131ef5e174ce66a52777a65f616df7e15802110.tar.gz freebsd-ports-gnome-c131ef5e174ce66a52777a65f616df7e15802110.tar.zst freebsd-ports-gnome-c131ef5e174ce66a52777a65f616df7e15802110.zip |
- Add a DIST_SUBDIR to avoid conflicting with mail/mailutils distfile
which is named the same, but has completely different content.
- Trim header
PR: ports/177836
Reported by: John Marino <draco@marino.st>
Approved by: portmgr (implicit)
With hat: portmgr
Diffstat (limited to 'mail/cvsmail')
-rw-r--r-- | mail/cvsmail/Makefile | 7 | ||||
-rw-r--r-- | mail/cvsmail/distinfo | 4 |
2 files changed, 4 insertions, 7 deletions
diff --git a/mail/cvsmail/Makefile b/mail/cvsmail/Makefile index fcf37df28438..e0bee7e01f9b 100644 --- a/mail/cvsmail/Makefile +++ b/mail/cvsmail/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: cvsmail -# Date created: 23rd August, 2000 -# Whom: Ben Smithurst <ben@FreeBSD.org> -# +# Created by: Ben Smithurst <ben@FreeBSD.org> # $FreeBSD$ -# PORTNAME= cvsmail PORTVERSION= 2.2 @@ -14,6 +10,7 @@ DISTNAME= mailutils-${PORTVERSION} MAINTAINER= pgollucci@FreeBSD.org COMMENT= A small program to add cvsweb links to FreeBSD commit messages +DIST_SUBDIR= ${PORTNAME} ALL_TARGET= cvsmail MANCOMPRESSED= no MAN1= cvsmail.1 diff --git a/mail/cvsmail/distinfo b/mail/cvsmail/distinfo index f20005f777d3..7181b0296aef 100644 --- a/mail/cvsmail/distinfo +++ b/mail/cvsmail/distinfo @@ -1,2 +1,2 @@ -SHA256 (mailutils-2.2.tar.gz) = b07fdf1137295ed8422b3803f91540bda98235475ab45a12b5148532ae1ad536 -SIZE (mailutils-2.2.tar.gz) = 24724 +SHA256 (cvsmail/mailutils-2.2.tar.gz) = b07fdf1137295ed8422b3803f91540bda98235475ab45a12b5148532ae1ad536 +SIZE (cvsmail/mailutils-2.2.tar.gz) = 24724 |