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 | |
parent | 671e83c7b0ede0c07124b8a91f41697f6d794dda (diff) | |
download | ports-7b1b2da26389d9f1ac6ae7cdcafa5156cbc2a798.tar.gz ports-7b1b2da26389d9f1ac6ae7cdcafa5156cbc2a798.zip |
Notes
Diffstat (limited to 'palm')
-rw-r--r-- | palm/pilot_makedoc/Makefile | 11 | ||||
-rw-r--r-- | palm/pilot_makedoc/distinfo | 2 | ||||
-rw-r--r-- | palm/pilot_makedoc/files/patch-aa | 13 |
3 files changed, 8 insertions, 18 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 diff --git a/palm/pilot_makedoc/distinfo b/palm/pilot_makedoc/distinfo index ce778114d9ca..df55a83d405e 100644 --- a/palm/pilot_makedoc/distinfo +++ b/palm/pilot_makedoc/distinfo @@ -1 +1 @@ -MD5 (makedoc7.cpp) = 88baf21e5d27b0493ee0e004ce4f520e +MD5 (makedoc7.cpp) = fb7df16220577d2da93c4ca70a5dab5d diff --git a/palm/pilot_makedoc/files/patch-aa b/palm/pilot_makedoc/files/patch-aa index 29dc5263848c..03bc280a12e6 100644 --- a/palm/pilot_makedoc/files/patch-aa +++ b/palm/pilot_makedoc/files/patch-aa @@ -1,18 +1,5 @@ --- makedoc7.cpp.orig Sat May 10 20:05:27 1997 +++ makedoc7.cpp Sat May 10 20:05:53 1997 -@@ -31,11 +31,7 @@ - // ver 0.7 change header and record0 to structs - // ver 0.7a minor mispellings and portability issues - --#ifdef sparc --# ifndef UNIX --# define UNIX 1 --# endif --#endif -+#define UNIX 1 - - #include <stdio.h> - #include <stdlib.h> @@ -588,7 +584,7 @@ printf("\n -n builds the .prc file without compression"); printf("\n -b option compresses/decompresses binary"); |