diff options
author | asami <asami@FreeBSD.org> | 1997-02-06 08:45:06 +0000 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1997-02-06 08:45:06 +0000 |
commit | 87548a7e7c445e1351a15d1ca1f46dc6e143fd05 (patch) | |
tree | 0b1e0b8c0e577ab7aee16ffe0b2c89a3554d3242 /mail/pine4 | |
parent | 418008e8c6459544f0a4a0ec38b4f4ea7a0af017 (diff) | |
download | FreeBSD-ports-87548a7e7c445e1351a15d1ca1f46dc6e143fd05.zip FreeBSD-ports-87548a7e7c445e1351a15d1ca1f46dc6e143fd05.tar.gz |
Separate PATCH_* from MASTER_*. (If you ask me, I can't figure out
why adding a file called "*.patch-1" makes the package name change
from "pine-3.59" to "pine-3.59q" and not "pine-3.59.1", but that's ok.)
Diffstat (limited to 'mail/pine4')
-rw-r--r-- | mail/pine4/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/mail/pine4/Makefile b/mail/pine4/Makefile index 4b55064..e2de5ba 100644 --- a/mail/pine4/Makefile +++ b/mail/pine4/Makefile @@ -4,13 +4,14 @@ # Date created: 03 September 1994 # Whom: mr # -# $Id: Makefile,v 1.18 1997/01/12 17:34:50 ache Exp $ +# $Id: Makefile,v 1.19 1997/02/05 10:33:28 ache Exp $ # DISTNAME= pine3.95 PKGNAME= pine-3.95q CATEGORIES= mail news MASTER_SITES= ftp://ftp.cac.washington.edu/pine/ + PATCH_SITES= ${MASTER_SITES} PATCHFILES= pine3.95.patch-1 |