aboutsummaryrefslogtreecommitdiff
path: root/comms/trustedqsl/files
diff options
context:
space:
mode:
authorDiane Bruce <db@FreeBSD.org>2009-06-17 12:19:35 +0000
committerDiane Bruce <db@FreeBSD.org>2009-06-17 12:19:35 +0000
commit6d17b1c0bfdd88e0ea23c79fabd5df1727e17802 (patch)
treea615052208ab7cdc90b116fec854a08a308db4b9 /comms/trustedqsl/files
parent9a9451f6d8ac773522af684e960b78ed78fd0118 (diff)
downloadports-6d17b1c0bfdd88e0ea23c79fabd5df1727e17802.tar.gz
ports-6d17b1c0bfdd88e0ea23c79fabd5df1727e17802.zip
- Fix LOCALBASE [1]
- Fix dead link in pkg-descr Reported by: itetcu [1]
Notes
Notes: svn path=/head/; revision=236118
Diffstat (limited to 'comms/trustedqsl/files')
-rw-r--r--comms/trustedqsl/files/Makefile5
1 files changed, 4 insertions, 1 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: