diff options
author | jschauma <jschauma@pkgsrc.org> | 2002-10-02 01:09:06 +0000 |
---|---|---|
committer | jschauma <jschauma@pkgsrc.org> | 2002-10-02 01:09:06 +0000 |
commit | 6703c9b3a6b9400ba1077c255fdf1489da0af36e (patch) | |
tree | 8b7267741d8abae229cf4a8f973ac52ee38b894e /www | |
parent | 25c8ec4f3c9207477a44f14c0a5da01384ca1c83 (diff) | |
download | pkgsrc-6703c9b3a6b9400ba1077c255fdf1489da0af36e.tar.gz |
Prefix distinfo files and PLISTs with ${PKGDIR}.
This should fix PR pkg/18494
Diffstat (limited to 'www')
-rw-r--r-- | www/netscape7/Makefile | 8 | ||||
-rw-r--r-- | www/netscape7/Makefile.Linux.i386 | 4 | ||||
-rw-r--r-- | www/netscape7/Makefile.NetBSD.i386 | 3 |
3 files changed, 7 insertions, 8 deletions
diff --git a/www/netscape7/Makefile b/www/netscape7/Makefile index e812d5c56dc..8036c0df9db 100644 --- a/www/netscape7/Makefile +++ b/www/netscape7/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2002/10/01 03:55:43 jschauma Exp $ +# $NetBSD: Makefile,v 1.8 2002/10/02 01:09:06 jschauma Exp $ # DISTNAME= netscape-i686-pc-linux-gnu-sea @@ -34,14 +34,14 @@ PKG_LANG?= english NS_INST?= recommended .if ${PKG_LANG} != english -DISTINFO_FILE= distinfo.${PKG_LANG} +DISTINFO_FILE= ${PKGDIR}/distinfo.${PKG_LANG} .endif .if ${NS_INST} == "complete" -PLIST_SRC+= PLIST.extra +PLIST_SRC+= ${PKGDIR}/PLIST.extra .endif -PLIST_SRC+= PLIST.${PKG_LANG} PLIST +PLIST_SRC+= ${PKGDIR}/PLIST.${PKG_LANG} ${PKGDIR}/PLIST pre-fetch: @${CAT} ${FILESDIR}/fetch-message diff --git a/www/netscape7/Makefile.Linux.i386 b/www/netscape7/Makefile.Linux.i386 index bbddc99b806..e12da1757c2 100644 --- a/www/netscape7/Makefile.Linux.i386 +++ b/www/netscape7/Makefile.Linux.i386 @@ -1,10 +1,10 @@ -# $NetBSD: Makefile.Linux.i386,v 1.4 2002/09/30 13:45:45 jschauma Exp $ +# $NetBSD: Makefile.Linux.i386,v 1.5 2002/10/02 01:09:06 jschauma Exp $ # DIST_DIR_NAME= linux22 DEPENDS+= gtk+>=1.2.10:../../x11/gtk -PLIST_SRC+= PLIST.linux +PLIST_SRC+= ${PKGDIR}/PLIST.linux post-extract: ${MKDIR} ${WRKSRC}/dest diff --git a/www/netscape7/Makefile.NetBSD.i386 b/www/netscape7/Makefile.NetBSD.i386 index 0399fe4c3a3..aa3cc3b0404 100644 --- a/www/netscape7/Makefile.NetBSD.i386 +++ b/www/netscape7/Makefile.NetBSD.i386 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.NetBSD.i386,v 1.3 2002/09/29 22:58:44 jschauma Exp $ +# $NetBSD: Makefile.NetBSD.i386,v 1.4 2002/10/02 01:09:06 jschauma Exp $ # DIST_DIR_NAME= linux22 @@ -8,7 +8,6 @@ DEPENDS+= suse_x11>=7.3:../../emulators/${SUSE_DIR_PREFIX}_x11 DEPENDS+= suse_gtk>=7.3:../../emulators/${SUSE_DIR_PREFIX}_gtk INSTDIR= ${PREFIX}/emul/linux${WRKSRC}/dest -HAS_MSG= yes MESSAGE_SRC= ${PKGDIR}/MESSAGE.${OPSYS} # The installer starts netscape - under linux emulation, nontheless! |