diff options
author | ache <ache@FreeBSD.org> | 1999-12-09 12:18:18 +0800 |
---|---|---|
committer | ache <ache@FreeBSD.org> | 1999-12-09 12:18:18 +0800 |
commit | ae5029a616b793dd1da73425418452ba99c066ec (patch) | |
tree | e9014ec1030a4c94c581fae4e52e510bfdd17a41 /www/analog/Makefile | |
parent | efb3d9e01c72e003eab6038f3af45d080b8bb701 (diff) | |
download | freebsd-ports-gnome-ae5029a616b793dd1da73425418452ba99c066ec.tar.gz freebsd-ports-gnome-ae5029a616b793dd1da73425418452ba99c066ec.tar.zst freebsd-ports-gnome-ae5029a616b793dd1da73425418452ba99c066ec.zip |
Upgrade to 4.0
Diffstat (limited to 'www/analog/Makefile')
-rw-r--r-- | www/analog/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/www/analog/Makefile b/www/analog/Makefile index abc993d3438e..d01e7eb9b44e 100644 --- a/www/analog/Makefile +++ b/www/analog/Makefile @@ -1,14 +1,14 @@ # New ports collection makefile for: analog # http://www.statslab.cam.ac.uk/~sret1/analog/ -# Version required: 3.* +# Version required: 4.* # Date created: October 21st 1996 # Whom: jfitz # # $FreeBSD$ # -DISTNAME= analog3.32 -PKGNAME= analog-3.32 +DISTNAME= analog4.0 +PKGNAME= analog-4.0 CATEGORIES= www MASTER_SITES= http://www.statslab.cam.ac.uk/~sret1/analog/ \ http://brendanr.simplenet.com/analog/ \ @@ -25,6 +25,7 @@ MAINTAINER= ache@freebsd.org Y2K= http://www.statslab.cam.ac.uk/~sret1/analog/ MAKE_FLAGS= -DPREFIX=${PREFIX} -f +ALL_TARGET= analog do-install: install -d -o ${SHAREOWN} -g ${SHAREGRP} -m 555 \ |