diff options
author | wiz <wiz@pkgsrc.org> | 2002-09-04 20:47:45 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2002-09-04 20:47:45 +0000 |
commit | 4513b797edd3c88ef1177d3f9c00956c9ea51426 (patch) | |
tree | f2cbeecfa1e2f2df299204c564fa3ce7f867ffb5 /www/links-gui | |
parent | 454c45d14af458fb4a314811647629ccbd816a28 (diff) | |
download | pkgsrc-4513b797edd3c88ef1177d3f9c00956c9ea51426.tar.gz |
Fix annoying bug in command line parsing (+ was handled incorrectly).
Patch will be sent to maintainers in a minute.
Bump PKGREVISION.
Also, use common distinfo file and patch dir for links and links-gui.
Diffstat (limited to 'www/links-gui')
-rw-r--r-- | www/links-gui/Makefile | 3 | ||||
-rw-r--r-- | www/links-gui/distinfo | 4 |
2 files changed, 2 insertions, 5 deletions
diff --git a/www/links-gui/Makefile b/www/links-gui/Makefile index 1635e37d34e..4597c24ce1d 100644 --- a/www/links-gui/Makefile +++ b/www/links-gui/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.9 2002/08/26 06:15:25 jlam Exp $ +# $NetBSD: Makefile,v 1.10 2002/09/04 20:47:46 wiz Exp $ # PKGNAME= links-gui-2.1.0.2 +PKGREVISION= 1 COMMENT= Lynx-like text and graphics WWW browser CONFLICTS+= links-[0-9]* elinks-[0-9]* diff --git a/www/links-gui/distinfo b/www/links-gui/distinfo deleted file mode 100644 index 3add7a0c8b9..00000000000 --- a/www/links-gui/distinfo +++ /dev/null @@ -1,4 +0,0 @@ -$NetBSD: distinfo,v 1.3 2002/08/25 21:52:14 jlam Exp $ - -SHA1 (links-2.1pre2.tar.bz2) = b3a807968ce028fe9fc702292bb107c6249d05e3 -Size (links-2.1pre2.tar.bz2) = 3509541 bytes |