diff options
author | Volker Stolz <vs@FreeBSD.org> | 2005-06-07 12:36:54 +0000 |
---|---|---|
committer | Volker Stolz <vs@FreeBSD.org> | 2005-06-07 12:36:54 +0000 |
commit | 44595560e8fadbd81e7fbd40356d7f94151f4691 (patch) | |
tree | 0fb04127e7c42ca1a35e4c3fec16c5a42485dc68 /palm | |
parent | 1d8e78ed21926f3bceb1b6e4da67df292f35c9c0 (diff) | |
download | ports-44595560e8fadbd81e7fbd40356d7f94151f4691.tar.gz ports-44595560e8fadbd81e7fbd40356d7f94151f4691.zip |
Notes
Diffstat (limited to 'palm')
-rw-r--r-- | palm/txt2pdbdoc/Makefile | 4 | ||||
-rw-r--r-- | palm/txt2pdbdoc/files/patch-config.mk | 29 | ||||
-rw-r--r-- | palm/txt2pdbdoc/pkg-plist | 3 |
3 files changed, 2 insertions, 34 deletions
diff --git a/palm/txt2pdbdoc/Makefile b/palm/txt2pdbdoc/Makefile index 7e23cf3a102a..b8c526b20e72 100644 --- a/palm/txt2pdbdoc/Makefile +++ b/palm/txt2pdbdoc/Makefile @@ -14,10 +14,10 @@ MASTER_SITES= http://tirian.magd.ox.ac.uk/~dom/palm/files/ MAINTAINER= ports@FreeBSD.org COMMENT= Converts plain text and HTML files to Palm Pilot Doc formats -PREFIX= ${LOCALBASE}/ - USE_GMAKE= yes +MAKE_ARGS= MAKE=gmake CC=${CC} CFLAGS="${CFLAGS}" I_ROOT=${PREFIX} +PLIST_FILES= bin/pdbtxt2html bin/html2pdbtxt bin/txt2pdbdoc MAN1= txt2pdbdoc.1 pdbtxt2html.1 html2pdbtxt.1 MAN4= pdb.4 doc.4 diff --git a/palm/txt2pdbdoc/files/patch-config.mk b/palm/txt2pdbdoc/files/patch-config.mk deleted file mode 100644 index 5ea400426580..000000000000 --- a/palm/txt2pdbdoc/files/patch-config.mk +++ /dev/null @@ -1,29 +0,0 @@ ---- 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 diff --git a/palm/txt2pdbdoc/pkg-plist b/palm/txt2pdbdoc/pkg-plist deleted file mode 100644 index e088e4905235..000000000000 --- a/palm/txt2pdbdoc/pkg-plist +++ /dev/null @@ -1,3 +0,0 @@ -bin/pdbtxt2html -bin/html2pdbtxt -bin/txt2pdbdoc |