summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2006-08-22 15:20:02 +0000
committerjoerg <joerg@pkgsrc.org>2006-08-22 15:20:02 +0000
commit145c19abef5a5cc1df758bfca6079432c0de1380 (patch)
treefcd4b10bc9cc0de2953a9282d77b56112e031939
parent2bcb7e1908784070a13a0d13ca720e5d87e57865 (diff)
downloadpkgsrc-145c19abef5a5cc1df758bfca6079432c0de1380.tar.gz
QTDIR is absolute.
-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