diff options
author | is <is> | 2005-09-30 16:16:49 +0000 |
---|---|---|
committer | is <is> | 2005-09-30 16:16:49 +0000 |
commit | 911b7de8fea26a4679f886de5d277e4e5967b9e7 (patch) | |
tree | 52671a1870ed5fac6e8456d1597fef770d3abac3 /www | |
parent | 63ce832fe59e8b8086e589bf6ed88b3b0ba9c2c0 (diff) | |
download | pkgsrc-911b7de8fea26a4679f886de5d277e4e5967b9e7.tar.gz |
move the DIST_SUBDIR information to Makefile.common for the benefit of
links-gui.
Diffstat (limited to 'www')
-rw-r--r-- | www/links/Makefile | 3 | ||||
-rw-r--r-- | www/links/Makefile.common | 3 |
2 files changed, 3 insertions, 3 deletions
diff --git a/www/links/Makefile b/www/links/Makefile index 78b1accfc37..f71dd917faf 100644 --- a/www/links/Makefile +++ b/www/links/Makefile @@ -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 --git a/www/links/Makefile.common b/www/links/Makefile.common index ca5624a4e95..e491ef9f34b 100644 --- a/www/links/Makefile.common +++ b/www/links/Makefile.common @@ -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/ \ |