summaryrefslogtreecommitdiff
path: root/print/bibview
diff options
context:
space:
mode:
authorChris Piazza <cpiazza@FreeBSD.org>2000-04-09 17:41:40 +0000
committerChris Piazza <cpiazza@FreeBSD.org>2000-04-09 17:41:40 +0000
commitd38f7d91c87848913d7b9b0866087c3f5f3b5dff (patch)
treef40aa0fae836f0a8866249f7237e61d83b9feafd /print/bibview
parentUpdate with the new PORTNAME/PORTVERSION variables (diff)
Update with the new PORTNAME/PORTVERSION variables
Notes
Notes: svn path=/head/; revision=27421
Diffstat (limited to 'print/bibview')
-rw-r--r--print/bibview/Makefile6
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>