diff options
author | Matthew Hunt <mph@FreeBSD.org> | 1998-04-19 18:03:27 +0000 |
---|---|---|
committer | Matthew Hunt <mph@FreeBSD.org> | 1998-04-19 18:03:27 +0000 |
commit | d14c79c7f829e124d9b7922a78e584bea64c8390 (patch) | |
tree | 341b9dc7279f124f2bc6feb66cc1546c2c2ed2ac /print/bibview/Makefile | |
parent | b24a4f4aad57e2a95750fefdf3082e0bb3e06ca7 (diff) |
Notes
Diffstat (limited to 'print/bibview/Makefile')
-rw-r--r-- | print/bibview/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/print/bibview/Makefile b/print/bibview/Makefile index a0a959d811e7..74b3dd0f5b25 100644 --- a/print/bibview/Makefile +++ b/print/bibview/Makefile @@ -1,9 +1,9 @@ # New ports collection makefile for: bibview -# Version required: 1.5 +# Version required: 2.2 # Date created: 21 July 1997 -# Whom: dbader@umiacs.umd.edu +# Whom: dbader@eece.unm.edu # -# $Id: Makefile,v 1.2 1997/11/22 01:28:05 asami Exp $ +# $Id: Makefile,v 1.3 1997/11/24 08:40:52 tg Exp $ # DISTNAME= bibview-2.2 @@ -11,7 +11,7 @@ CATEGORIES= databases print MASTER_SITES= ${MASTER_SITE_TEX_CTAN} MASTER_SITE_SUBDIR= biblio/bibtex/utils/bibview-2.0 -MAINTAINER= dbader@umiacs.umd.edu +MAINTAINER= dbader@eece.unm.edu USE_IMAKE= yes WRKSRC= ${WRKDIR}/bibview-2.2 |