diff options
author | Marc G. Fournier <scrappy@FreeBSD.org> | 1999-03-11 21:47:15 +0000 |
---|---|---|
committer | Marc G. Fournier <scrappy@FreeBSD.org> | 1999-03-11 21:47:15 +0000 |
commit | d5ba786a254c17d1333ad29b2032caca32ebbdf7 (patch) | |
tree | d55c75fcfc0b21b2d9d29130e6b54098919500f7 /devel/mico/Makefile | |
parent | Commit all Y2K/WWW_SITE changes to Makefiles... (diff) |
Commit all Y2K/WWW_SITE changes from today...
Diffstat (limited to 'devel/mico/Makefile')
-rw-r--r-- | devel/mico/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/devel/mico/Makefile b/devel/mico/Makefile index 342eb10fdea8..8d78f9fd79bd 100644 --- a/devel/mico/Makefile +++ b/devel/mico/Makefile @@ -3,7 +3,7 @@ # Date created: 11 July 1998 # Whom: Marc G. Fournier <scrappy@freebsd.org> # -# $Id: Makefile,v 1.27 1999/01/22 21:08:15 nectar Exp $ +# $Id: Makefile,v 1.28 1999/01/22 21:58:56 nectar Exp $ # DISTNAME= mico-2.2.3 @@ -12,6 +12,8 @@ MASTER_SITES= http://diamant-atm.vsb.cs.uni-frankfurt.de/~mico/ MAINTAINER= scrappy@freebsd.org +WWW_SITE= http://diamant.vsb.cs.uni-frankfurt.de/~mico/ + .include <bsd.port.pre.mk> .if ${PORTOBJFORMAT} == "elf" |