summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authortaca <taca@pkgsrc.org>2008-09-15 10:03:38 +0000
committertaca <taca@pkgsrc.org>2008-09-15 10:03:38 +0000
commit00eeb161814dfc6110ad440f388a8d6dbb48939e (patch)
tree74bd7607947dae94419463c5c86b1de4626c8eaf /www
parent0f97d3a7ff853c93b8b032b8ea5b9b4f869c7db7 (diff)
downloadpkgsrc-00eeb161814dfc6110ad440f388a8d6dbb48939e.tar.gz
Correct path to real pkgsrc tree.
Diffstat (limited to 'www')
-rw-r--r--www/typolight-translations/Makefile8
1 files changed, 3 insertions, 5 deletions
diff --git a/www/typolight-translations/Makefile b/www/typolight-translations/Makefile
index c12f4b7d20f..410ab5e0822 100644
--- a/www/typolight-translations/Makefile
+++ b/www/typolight-translations/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 2008/09/15 09:59:08 taca Exp $
+# $NetBSD: Makefile,v 1.2 2008/09/15 10:03:38 taca Exp $
#
DISTNAME= typolight-translations-${VERS}
@@ -11,8 +11,7 @@ MAINTAINER= taca@NetBSD.org
HOMEPAGE= http://www.typolight.org/download-translations.html
COMMENT= Language files for TYPOlight CMS
-#DEPENDS+= typolight>=${TL_VERSION}:../../www/typolight
-DEPENDS+= typolight>=${TL_VERSION}:../../WORK/typolight
+DEPENDS+= typolight>=${TL_VERSION}:../../www/typolight
VERS= 20080915
USE_TOOLS= pax
@@ -27,7 +26,6 @@ pre-install:
do-install:
cd ${WRKSRC}; pax -rw . ${DESTDIR}${PREFIX}/${TL_WEBDIR}
-#.include "../../www/typolight/Makefile.common"
-.include "../../WORK/typolight/Makefile.common"
+.include "../../www/typolight/Makefile.common"
.include "../../lang/php/phpversion.mk"
.include "../../mk/bsd.pkg.mk"