diff options
Diffstat (limited to 'devel/mico')
-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 342eb10..8d78f9f 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" |