summaryrefslogtreecommitdiff
path: root/devel/lincvs/Makefile
diff options
context:
space:
mode:
authorjoerg <joerg>2006-08-22 15:20:02 +0000
committerjoerg <joerg>2006-08-22 15:20:02 +0000
commit19ca1ed23dfba4a2263b60b3f7bcf4f6aedb0b95 (patch)
treefcd4b10bc9cc0de2953a9282d77b56112e031939 /devel/lincvs/Makefile
parent9769d417827466efdb40f386e17a74e8a3f7bf7e (diff)
downloadpkgsrc-19ca1ed23dfba4a2263b60b3f7bcf4f6aedb0b95.tar.gz
QTDIR is absolute.
Diffstat (limited to 'devel/lincvs/Makefile')
-rw-r--r--devel/lincvs/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/lincvs/Makefile b/devel/lincvs/Makefile
index 9602a7ed452..ee84746f755 100644
--- a/devel/lincvs/Makefile
+++ b/devel/lincvs/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2006/05/22 16:51:42 wiz Exp $
+# $NetBSD: Makefile,v 1.8 2006/08/22 15:20:02 joerg Exp $
DISTNAME= lincvs-1.4.4-0-generic-src
PKGNAME= ${DISTNAME:S/-0-generic-src//}
@@ -16,7 +16,7 @@ USE_LANGUAGES= c c++
SUBST_CLASSES+= qmake
SUBST_STAGE.qmake= post-patch
SUBST_FILES.qmake= lincvs.pro
-SUBST_SED.qmake= -e 's,%%QTDIR%%,${PREFIX}${QTDIR},'
+SUBST_SED.qmake= -e 's,%%QTDIR%%,${QTDIR},'
SUBST_CLASSES+= appdir
SUBST_STAGE.appdir= post-patch