diff options
author | Chris Piazza <cpiazza@FreeBSD.org> | 2000-04-09 17:41:40 +0000 |
---|---|---|
committer | Chris Piazza <cpiazza@FreeBSD.org> | 2000-04-09 17:41:40 +0000 |
commit | d38f7d91c87848913d7b9b0866087c3f5f3b5dff (patch) | |
tree | f40aa0fae836f0a8866249f7237e61d83b9feafd /print/bibview/Makefile | |
parent | f39d3f29e6126cdc0a2f27d2b70c8d6667774330 (diff) |
Notes
Diffstat (limited to 'print/bibview/Makefile')
-rw-r--r-- | print/bibview/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/print/bibview/Makefile b/print/bibview/Makefile index ba66f61d79e0..ee2cae31a3e8 100644 --- a/print/bibview/Makefile +++ b/print/bibview/Makefile @@ -1,12 +1,12 @@ # New ports collection makefile for: bibview -# Version required: 2.2 # Date created: 21 July 1997 # Whom: dbader@eece.unm.edu # # $FreeBSD$ # -DISTNAME= bibview-2.2 +PORTNAME= bibview +PORTVERSION= 2.2 CATEGORIES= databases print MASTER_SITES= ${MASTER_SITE_TEX_CTAN} MASTER_SITE_SUBDIR= biblio/bibtex/utils/bibview-2.0 @@ -14,7 +14,7 @@ MASTER_SITE_SUBDIR= biblio/bibtex/utils/bibview-2.0 MAINTAINER= dbader@eece.unm.edu USE_IMAKE= yes -WRKSRC= ${WRKDIR}/bibview-2.2 +WRKSRC= ${WRKDIR}/bibview-${PORTVERSION} MAN1= bibview.1 .include <bsd.port.mk> |