diff options
author | clive <clive@FreeBSD.org> | 2001-01-08 19:04:12 +0000 |
---|---|---|
committer | clive <clive@FreeBSD.org> | 2001-01-08 19:04:12 +0000 |
commit | b8d40de517ce4fcf65ba3a82bb4af9c841e62642 (patch) | |
tree | 61279466138c10bd385df3439250d405e13d9d60 /palm/txt2pdbdoc/files | |
parent | 0e5dd375228da63ec96080b0327cea25144f039f (diff) | |
download | FreeBSD-ports-b8d40de517ce4fcf65ba3a82bb4af9c841e62642.zip FreeBSD-ports-b8d40de517ce4fcf65ba3a82bb4af9c841e62642.tar.gz |
New port: txt2pdbdoc
Converts plain text and HTML files to Palm Pilot Doc formats
Submitted by: keichii@iteration.net
Diffstat (limited to 'palm/txt2pdbdoc/files')
-rw-r--r-- | palm/txt2pdbdoc/files/patch-config.mk | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/palm/txt2pdbdoc/files/patch-config.mk b/palm/txt2pdbdoc/files/patch-config.mk new file mode 100644 index 0000000..5ea4004 --- /dev/null +++ b/palm/txt2pdbdoc/files/patch-config.mk @@ -0,0 +1,29 @@ +--- config/config.mk.orig Wed Nov 4 21:33:23 1998 ++++ config/config.mk Sun Jan 7 19:28:46 2001 +@@ -39,7 +39,7 @@ + # RM The command to remove files recursively and ignore errors; + # usually "rm -fr". + ## +-MAKE= make ++MAKE= gmake + SHELL= /bin/sh + STRIP= strip + RM= rm -fr +@@ -55,7 +55,7 @@ + # digit after the O for optimization level. + ## + CC= gcc +-CCFLAGS= -g #-O3 #-g ++CCFLAGS= -g -O #-g + + ## + # install +@@ -71,7 +71,7 @@ + # MKDIR Command used to create a directory. + ## + INSTALL= $(ROOT)/install-sh +-I_ROOT= /usr/local/txt2pdbdoc ++I_ROOT= /usr/local + I_BIN= $(I_ROOT)/bin + I_MAN= $(I_ROOT)/man + I_OWNER= -o bin |