diff options
author | db <db@FreeBSD.org> | 2009-06-17 20:19:35 +0800 |
---|---|---|
committer | db <db@FreeBSD.org> | 2009-06-17 20:19:35 +0800 |
commit | 18a95a326510a4a85a499e901637ef5475c9bec1 (patch) | |
tree | 25635caa50026775ece994971b6bbc91084cf651 /comms | |
parent | d188b7d200d4a3013fc90ec4e808363ce8e15c32 (diff) | |
download | freebsd-ports-gnome-18a95a326510a4a85a499e901637ef5475c9bec1.tar.gz freebsd-ports-gnome-18a95a326510a4a85a499e901637ef5475c9bec1.tar.zst freebsd-ports-gnome-18a95a326510a4a85a499e901637ef5475c9bec1.zip |
- Fix LOCALBASE [1]
- Fix dead link in pkg-descr
Reported by: itetcu [1]
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/ |