diff options
Diffstat (limited to 'comms')
-rw-r--r-- | comms/trustedqsl/files/Makefile | 5 | ||||
-rw-r--r-- | comms/trustedqsl/pkg-descr | 5 |
2 files changed, 5 insertions, 5 deletions
diff --git a/comms/trustedqsl/files/Makefile b/comms/trustedqsl/files/Makefile index 44491f14b104..d73ae2cd0d1e 100644 --- a/comms/trustedqsl/files/Makefile +++ b/comms/trustedqsl/files/Makefile @@ -1,7 +1,10 @@ # $FreeBSD$ all: - (cd tqsllib-2.0;./configure --with-wxwindows=${WX_CONFIG};make;make converter;make gen_crq;make load_cert;make station_loc;make) + (cd tqsllib-2.0;./configure --with-wxwindows=${WX_CONFIG} \ + --prefix=${PREFIX} --with-expat=${LOCALBASE}; \ + make;make converter;make gen_crq; \ + make load_cert;make station_loc;make) (cd TrustedQSL-1.11;make) install: diff --git a/comms/trustedqsl/pkg-descr b/comms/trustedqsl/pkg-descr index 488b5a2272ca..a699648b5c2b 100644 --- a/comms/trustedqsl/pkg-descr +++ b/comms/trustedqsl/pkg-descr @@ -4,7 +4,4 @@ The mission of the Trusted QSL Group is to keep eQSL an open and free activity for amateur radio operators by promoting the Digital Signature Standard (DSS). -WWW: http://www.trustedqsl.org - -- Diane -db@db.net +WWW: http://www.arrl.org/lotw/ |