summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorghen <ghen@pkgsrc.org>2006-03-30 19:19:32 +0000
committerghen <ghen@pkgsrc.org>2006-03-30 19:19:32 +0000
commitdaa4df656bce468d7b3766a418720f396d06dfff (patch)
tree8f83eadadff7f7d92940155a63901f7aa9e473a8 /www
parent9677333fcc497ae343c9323a5f3bd616ec630413 (diff)
downloadpkgsrc-daa4df656bce468d7b3766a418720f396d06dfff.tar.gz
s/wip/www/.
Diffstat (limited to 'www')
-rw-r--r--www/seamonkey/Makefile4
-rw-r--r--www/seamonkey/Makefile.common6
-rw-r--r--www/seamonkey/buildlink3.mk4
3 files changed, 7 insertions, 7 deletions
diff --git a/www/seamonkey/Makefile b/www/seamonkey/Makefile
index a294c06572a..a24938f38cb 100644
--- a/www/seamonkey/Makefile
+++ b/www/seamonkey/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 2006/03/30 19:15:38 ghen Exp $
+# $NetBSD: Makefile,v 1.2 2006/03/30 19:19:32 ghen Exp $
MOZILLA= seamonkey
MOZILLA_BIN= seamonkey-bin
@@ -16,5 +16,5 @@ BUILD_CALENDAR= # yes
MOZILLA_USE_GTK2= # yes
MOZILLA_USE_XFT= YES
-.include "../../wip/seamonkey/Makefile.common"
+.include "../../www/seamonkey/Makefile.common"
.include "../../mk/bsd.pkg.mk"
diff --git a/www/seamonkey/Makefile.common b/www/seamonkey/Makefile.common
index 98ac1479dfb..899b4dba759 100644
--- a/www/seamonkey/Makefile.common
+++ b/www/seamonkey/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.1.1.1 2006/03/30 19:15:38 ghen Exp $
+# $NetBSD: Makefile.common,v 1.2 2006/03/30 19:19:32 ghen Exp $
MOZ_DIST_VER?= ${MOZ_VER}
DISTNAME?= seamonkey-${MOZ_DIST_VER}.source
@@ -21,7 +21,7 @@ USE_LANGUAGES= c c++
USE_TOOLS+= autoconf213 gmake perl pkg-config
GNU_CONFIGURE= yes
-INSTALL_TEMPLATE+= ${.CURDIR}/../../wip/seamonkey/INSTALL
+INSTALL_TEMPLATE+= ${.CURDIR}/../../www/seamonkey/INSTALL
CONFIG_GUESS_OVERRIDE= build/autoconf/config.guess
CONFIG_GUESS_OVERRIDE+= nsprpub/build/autoconf/config.guess
@@ -204,4 +204,4 @@ SUBST_SED.pc= -e 's|%includedir%|${PREFIX}/include/${MOZILLA}|g'
SUBST_SED.pc+= -e 's|%libdir%|${PREFIX}/lib/${MOZILLA}|g'
SUBST_MESSAGE.pc= Fixing pkgconfig files.
-.include "../../wip/seamonkey/options.mk"
+.include "../../www/seamonkey/options.mk"
diff --git a/www/seamonkey/buildlink3.mk b/www/seamonkey/buildlink3.mk
index 4e5a5004b41..51ac39a6fe5 100644
--- a/www/seamonkey/buildlink3.mk
+++ b/www/seamonkey/buildlink3.mk
@@ -1,4 +1,4 @@
-# $NetBSD: buildlink3.mk,v 1.1.1.1 2006/03/30 19:15:47 ghen Exp $
+# $NetBSD: buildlink3.mk,v 1.2 2006/03/30 19:19:32 ghen Exp $
BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH}+
SEAMONKEY_BUILDLINK3_MK:= ${SEAMONKEY_BUILDLINK3_MK}+
@@ -13,7 +13,7 @@ BUILDLINK_PACKAGES+= seamonkey
.if !empty(SEAMONKEY_BUILDLINK3_MK:M+)
BUILDLINK_DEPENDS.seamonkey+= seamonkey>=1.0
BUILDLINK_RECOMMENDED.seamonkey+= seamonkey>=1.0
-BUILDLINK_PKGSRCDIR.seamonkey?= ../../wip/seamonkey
+BUILDLINK_PKGSRCDIR.seamonkey?= ../../www/seamonkey
.endif # SEAMONKEY_BUILDLINK3_MK
.include "../../graphics/freetype2/buildlink3.mk"