diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1996-07-09 21:24:47 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1996-07-09 21:24:47 +0000 |
commit | fe043f033c72a9ed3007011d4c52303b0d3606be (patch) | |
tree | 2995c3675918de26b5b24372ede87a5f2c66d403 /mail/exim-old/Makefile | |
parent | a8ec3d04fcfccee51687bade6eb6229401a261e5 (diff) |
Author-supplied patch.
Submitted by: markm
Notes
Notes:
svn path=/head/; revision=3330
Diffstat (limited to 'mail/exim-old/Makefile')
-rw-r--r-- | mail/exim-old/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/mail/exim-old/Makefile b/mail/exim-old/Makefile index 7aa06642ff50..dd9892c7c6fb 100644 --- a/mail/exim-old/Makefile +++ b/mail/exim-old/Makefile @@ -3,7 +3,7 @@ # Date created: 23 June 1996 # Whom: markm # -# $Id$ +# $Id: Makefile,v 1.1.1.1 1996/07/06 11:13:57 markm Exp $ # DISTNAME= exim-0.53 @@ -12,6 +12,10 @@ MASTER_SITES= ftp://ftp.cus.cam.ac.uk/pub/software/programs/exim/ DISTFILES= exim-0.53.tar.gz exim-texinfo-0.52.gz EXTRACT_ONLY= exim-0.53.tar.gz +PATCH_SITES= ${MASTER_SITES} +PATCHFILES= exim-0.53.patch +PATCH_DIST_STRIP= -p2 + MAINTAINER= markm@FreeBSD.ORG post-extract: |