diff options
author | jschauma <jschauma> | 2002-09-30 13:45:44 +0000 |
---|---|---|
committer | jschauma <jschauma> | 2002-09-30 13:45:44 +0000 |
commit | 4b7eb5a5f76b9485d4b7deab0dfed1316cda4ae4 (patch) | |
tree | e8dbaf6846d246db03ca82e821cfcb8996fcd646 /www/netscape7/Makefile.Linux.i386 | |
parent | edabc60ea5e34402fce4356801e142ae0198c5c7 (diff) | |
download | pkgsrc-4b7eb5a5f76b9485d4b7deab0dfed1316cda4ae4.tar.gz |
Move PLISTs and distinfo files (back) from FILESDIR to the main dir,
as discussed on pkgsrc-changes. Sorry everybody for the mess, this
(hopefully) was the last episode of netscape7's big PLIST/distinfo-shuffle
(aka 'why-cvs-really-should-have-a-mv-command').
Diffstat (limited to 'www/netscape7/Makefile.Linux.i386')
-rw-r--r-- | www/netscape7/Makefile.Linux.i386 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/netscape7/Makefile.Linux.i386 b/www/netscape7/Makefile.Linux.i386 index 98f1d1b808f..bbddc99b806 100644 --- a/www/netscape7/Makefile.Linux.i386 +++ b/www/netscape7/Makefile.Linux.i386 @@ -1,10 +1,10 @@ -# $NetBSD: Makefile.Linux.i386,v 1.3 2002/09/29 22:58:43 jschauma Exp $ +# $NetBSD: Makefile.Linux.i386,v 1.4 2002/09/30 13:45:45 jschauma Exp $ # DIST_DIR_NAME= linux22 DEPENDS+= gtk+>=1.2.10:../../x11/gtk -PLIST_SRC+= ${FILESDIR}/PLIST.linux +PLIST_SRC+= PLIST.linux post-extract: ${MKDIR} ${WRKSRC}/dest |