pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/www/links move the DIST_SUBDIR information to Makefile...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/a8c117fdb18d
branches:  trunk
changeset: 499994:a8c117fdb18d
user:      is <is%pkgsrc.org@localhost>
date:      Fri Sep 30 16:16:49 2005 +0000

description:
move the DIST_SUBDIR information to Makefile.common for the benefit of
links-gui.

diffstat:

 www/links/Makefile        |  3 +--
 www/links/Makefile.common |  3 ++-
 2 files changed, 3 insertions(+), 3 deletions(-)

diffs (26 lines):

diff -r fe8c92d6d27b -r a8c117fdb18d www/links/Makefile
--- a/www/links/Makefile        Fri Sep 30 15:57:11 2005 +0000
+++ b/www/links/Makefile        Fri Sep 30 16:16:49 2005 +0000
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.35 2005/09/30 15:57:11 is Exp $
+# $NetBSD: Makefile,v 1.36 2005/09/30 16:16:49 is Exp $
 #
 
 PKGNAME=       links-2.1.0.18
 COMMENT=       Lynx-like text WWW browser
-DIST_SUBDIR=   links
 
 CONFLICTS+=    links-gui-[0-9]* elinks-0.3*
 
diff -r fe8c92d6d27b -r a8c117fdb18d www/links/Makefile.common
--- a/www/links/Makefile.common Fri Sep 30 15:57:11 2005 +0000
+++ b/www/links/Makefile.common Fri Sep 30 16:16:49 2005 +0000
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile.common,v 1.24 2005/08/06 10:57:25 wiz Exp $
+# $NetBSD: Makefile.common,v 1.25 2005/09/30 16:16:49 is Exp $
 
 DISTNAME=      links-2.1pre18
+DIST_SUBDIR=   links
 CATEGORIES=    www
 MASTER_SITES= \
        http://atrey.karlin.mff.cuni.cz/~clock/twibright/links/download/ \



Home | Main Index | Thread Index | Old Index