diff options
author | Bill Fumerola <billf@FreeBSD.org> | 1999-12-25 06:41:02 +0000 |
---|---|---|
committer | Bill Fumerola <billf@FreeBSD.org> | 1999-12-25 06:41:02 +0000 |
commit | 7b1b2da26389d9f1ac6ae7cdcafa5156cbc2a798 (patch) | |
tree | b3f6423632bec559294669e0e70f9644ecb06f80 /palm/pilot_makedoc/Makefile | |
parent | Adding ftplocate version 1.50. (diff) |
(1) portlint: one distfile should be a DISTNAME + EXTRACT_SUFX
(2) The old MASTER_SITE didn't contain the file, so get some reliable sites.
(3) This program actually got bumped to 0.7a, which just corrected spelling
errors and portability (which is why patches/patch-aa shrunk and why the
checksum changed.)
Diffstat (limited to '')
-rw-r--r-- | palm/pilot_makedoc/Makefile | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/palm/pilot_makedoc/Makefile b/palm/pilot_makedoc/Makefile index 3cfbc7147e13..73e9833f06e1 100644 --- a/palm/pilot_makedoc/Makefile +++ b/palm/pilot_makedoc/Makefile @@ -1,15 +1,18 @@ # New ports collection makefile for: pilot_makedoc -# Version required: 0.7 +# Version required: 0.7a # Date created: May 10th 1997 # Whom: jfitz@FreeBSD.org # # $FreeBSD$ # -PKGNAME= pilot_makedoc-0.7 +DISTNAME= makedoc7 +PKGNAME= pilot_makedoc-0.7a CATEGORIES= palm textproc -MASTER_SITES= http://www.concentric.net/~rbram/ -DISTFILES= makedoc7.cpp +MASTER_SITES= ftp://ftp.forth.org/pub/PalmOS/ \ + ftp://ftp.cs.tu-berlin.de/pub/palmtops/pilot/ \ + ftp://ftp.cso.uiuc.edu/pub/systems/PalmOS/ +EXTRACT_SUFX= .cpp MAINTAINER= jfitz@FreeBSD.org |