diff options
author | Diane Bruce <db@FreeBSD.org> | 2009-06-17 12:19:35 +0000 |
---|---|---|
committer | Diane Bruce <db@FreeBSD.org> | 2009-06-17 12:19:35 +0000 |
commit | 6d17b1c0bfdd88e0ea23c79fabd5df1727e17802 (patch) | |
tree | a615052208ab7cdc90b116fec854a08a308db4b9 /comms | |
parent | 9a9451f6d8ac773522af684e960b78ed78fd0118 (diff) | |
download | ports-6d17b1c0bfdd88e0ea23c79fabd5df1727e17802.tar.gz ports-6d17b1c0bfdd88e0ea23c79fabd5df1727e17802.zip |
Notes
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/ |