diff options
author | joerg <joerg> | 2006-08-22 15:20:02 +0000 |
---|---|---|
committer | joerg <joerg> | 2006-08-22 15:20:02 +0000 |
commit | 0f35ffb8ce4cba04f6747fba93b275d9acf528da (patch) | |
tree | fcd4b10bc9cc0de2953a9282d77b56112e031939 /devel/lincvs | |
parent | 043ca4e8a989132eab251882a8dd491246261b07 (diff) | |
download | pkgsrc-0f35ffb8ce4cba04f6747fba93b275d9acf528da.tar.gz |
QTDIR is absolute.
Diffstat (limited to 'devel/lincvs')
-rw-r--r-- | devel/lincvs/Makefile | 4 |
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 |