diff options
author | alex <alex@FreeBSD.org> | 2000-07-14 19:22:45 +0800 |
---|---|---|
committer | alex <alex@FreeBSD.org> | 2000-07-14 19:22:45 +0800 |
commit | 7daf6297634e79f02e4db6c1b0ba79725e3296c4 (patch) | |
tree | ba93f058651dc9588ec196201a851e8be94954ef /www/cgi-lib/Makefile | |
parent | f1c16369a080359e547067cc2de49ddee22dbecb (diff) | |
download | freebsd-ports-gnome-7daf6297634e79f02e4db6c1b0ba79725e3296c4.tar.gz freebsd-ports-gnome-7daf6297634e79f02e4db6c1b0ba79725e3296c4.tar.zst freebsd-ports-gnome-7daf6297634e79f02e4db6c1b0ba79725e3296c4.zip |
- update to version 1.4
- respect CFLAGS
- place unversioned distfile on my public_distfiles area
Noticed by: bento
Diffstat (limited to 'www/cgi-lib/Makefile')
-rw-r--r-- | www/cgi-lib/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/www/cgi-lib/Makefile b/www/cgi-lib/Makefile index 61c94d35963c..36514deb9210 100644 --- a/www/cgi-lib/Makefile +++ b/www/cgi-lib/Makefile @@ -1,15 +1,15 @@ # New ports collection makefile for: libcgi -# Date created: 7 January 2000 -# Whom: Sergey Samoyloff <gonza@techline.ru> +# Date created: 7 January 2000 +# Whom: Sergey Samoyloff <gonza@techline.ru> # # $FreeBSD$ # PORTNAME= cgi-lib -PORTVERSION= 1.3 +PORTVERSION= 1.4 CATEGORIES= www -MASTER_SITES= http://www.geocities.com/SiliconValley/Vista/6493/projects/code/ -DISTNAME= ${PORTNAME} +MASTER_SITES= ${MASTER_SITE_LOCAL} +MASTER_SITE_SUBDIR= alex MAINTAINER= gonza@techline.ru |