aboutsummaryrefslogtreecommitdiff
path: root/sysutils
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2008-04-27 08:18:42 +0000
committerMartin Wilke <miwi@FreeBSD.org>2008-04-27 08:18:42 +0000
commitc1ed82c60f9e0b8a9403477d11133519e172a58e (patch)
treec717fe6c75d271d7f59ed5da24c24f087a25e417 /sysutils
parentb4385a1203f4ebc8f2a8f77024a2b63da9db0b71 (diff)
downloadports-c1ed82c60f9e0b8a9403477d11133519e172a58e.tar.gz
ports-c1ed82c60f9e0b8a9403477d11133519e172a58e.zip
Notes
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/qpxtool/Makefile2
-rw-r--r--sysutils/qpxtool/files/patch-qpxtool-gui-Makefile11
2 files changed, 13 insertions, 0 deletions
diff --git a/sysutils/qpxtool/Makefile b/sysutils/qpxtool/Makefile
index 8063846dae72..5e417ee1a227 100644
--- a/sysutils/qpxtool/Makefile
+++ b/sysutils/qpxtool/Makefile
@@ -7,6 +7,7 @@
PORTNAME= qpxtool
PORTVERSION= 0.6.1
+PORTREVISION= 1
CATEGORIES= sysutils
MASTER_SITES= SF
@@ -24,6 +25,7 @@ MAKE_ENV= QMAKESPEC=${LOCALBASE}/share/qt/mkspecs/freebsd-g++ \
QTDIR="${QT_PREFIX}"
USE_LDCONFIG= yes
+MANCOMPRESSED= no
MAN8= pxcontrol.8 pxfw.8
post-patch:
diff --git a/sysutils/qpxtool/files/patch-qpxtool-gui-Makefile b/sysutils/qpxtool/files/patch-qpxtool-gui-Makefile
new file mode 100644
index 000000000000..88146143c335
--- /dev/null
+++ b/sysutils/qpxtool/files/patch-qpxtool-gui-Makefile
@@ -0,0 +1,11 @@
+--- qpxtool-gui/Makefile.orig 2007-08-19 18:04:14.000000000 +0400
++++ qpxtool-gui/Makefile 2008-04-10 22:06:05.000000000 +0400
+@@ -15,7 +15,7 @@
+ CONFIG+="thread" \
+ INCLUDEPATH+="../lib/include" \
+ LIBS+="-lqpxtransport -lqpxplextor -lqpxpioneer -lqpxscan" \
+- LIBPATH+="../lib/lib"
++ LIBPATH="../lib/lib \$${LIBPATH}"
+
+ install: Makefile.qmake
+ install -m 4755 qpxtool $(DESTDIR)$(BINDIR)