diff options
author | Chris D. Faulhaber <jedgar@FreeBSD.org> | 2000-02-12 23:37:42 +0000 |
---|---|---|
committer | Chris D. Faulhaber <jedgar@FreeBSD.org> | 2000-02-12 23:37:42 +0000 |
commit | 347d2cb3a58d9308ad376a88db9424c86e40ad02 (patch) | |
tree | e7e07bf20716d1bfcca20497fd686d6fc0ff6e78 /www/links/Makefile | |
parent | Update port to 1.2, and make the sed logic more intelligent (thanks!). (diff) |
Update port to 0.83
PR: 16681
Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp>
Notes
Notes:
svn path=/head/; revision=25720
Diffstat (limited to 'www/links/Makefile')
-rw-r--r-- | www/links/Makefile | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/www/links/Makefile b/www/links/Makefile index 4dff09df8785..64a46239a496 100644 --- a/www/links/Makefile +++ b/www/links/Makefile @@ -1,21 +1,18 @@ # New ports collection makefile for: links -# Version required: 0.82 +# Version required: 0.83 # Date created: 21 January 2000 # Whom: Michael Vasilenko <acid@stu.cn.ua> # # $FreeBSD$ # -DISTNAME= links-0.82 +DISTNAME= links-0.83 CATEGORIES= www MASTER_SITES= http://artax.karlin.mff.cuni.cz/~mikulas/vyplody/links/download/ \ - http://www.add.com.pl/download/ + http://www.add.com.pl/links/download/ MAINTAINER= ports@FreeBSD.org GNU_CONFIGURE= yes -do-install: - @ ${INSTALL_PROGRAM} ${WRKSRC}/links ${PREFIX}/bin - .include <bsd.port.mk> |