summaryrefslogtreecommitdiff
path: root/lang/hugs
diff options
context:
space:
mode:
authorDavid W. Chapman Jr. <dwcjr@FreeBSD.org>2001-06-19 21:10:27 +0000
committerDavid W. Chapman Jr. <dwcjr@FreeBSD.org>2001-06-19 21:10:27 +0000
commitf15816cdaaee8949edc67e8c6dd59dac67f7fcb5 (patch)
tree743cd08ac79fc441a552f8cbc83a55fcb5ed2576 /lang/hugs
parentUpdate modules: file, useradmin. (diff)
Take PORTVERSION out of DISTNAME
Submitted by: olgeni
Notes
Notes: svn path=/head/; revision=44235
Diffstat (limited to 'lang/hugs')
-rw-r--r--lang/hugs/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/lang/hugs/Makefile b/lang/hugs/Makefile
index 83b9acc94fda..edc3f76edc8b 100644
--- a/lang/hugs/Makefile
+++ b/lang/hugs/Makefile
@@ -7,9 +7,10 @@
PORTNAME= hugs98
PORTVERSION= 200102
+PORTREVISION= 1
CATEGORIES= lang
MASTER_SITES= ftp://www.cse.ogi.edu/pub/pacsoft/hugs/
-DISTNAME= ${PORTNAME}${PORTVERSION}-${HUGS_DATE}
+DISTNAME= ${PORTNAME}-${HUGS_DATE}
MAINTAINER= obraun@informatik.unibw-muenchen.de