aboutsummaryrefslogtreecommitdiff
path: root/textproc/par/Makefile
diff options
context:
space:
mode:
authorJohann Visagie <wjv@FreeBSD.org>2001-08-31 08:36:30 +0000
committerJohann Visagie <wjv@FreeBSD.org>2001-08-31 08:36:30 +0000
commit50513328c33810b28a5b8ce6e220017395f466f8 (patch)
tree4bbfbd7feb6d1b608621c748ceeb423e702aa65f /textproc/par/Makefile
parentd81ee0edf8a633566f8fac9e54ba25db8abfe3a4 (diff)
downloadports-50513328c33810b28a5b8ce6e220017395f466f8.tar.gz
ports-50513328c33810b28a5b8ce6e220017395f466f8.zip
- Fix PORTVERSION, which was not updatd during the last update of the port.
- Automatically infer DISTNAME based on PORTVERSION. Approved by: markm (MAINTAINER)
Notes
Notes: svn path=/head/; revision=47207
Diffstat (limited to 'textproc/par/Makefile')
-rw-r--r--textproc/par/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/textproc/par/Makefile b/textproc/par/Makefile
index 874027abcbbd..cdb9afb9aa3b 100644
--- a/textproc/par/Makefile
+++ b/textproc/par/Makefile
@@ -6,10 +6,10 @@
#
PORTNAME= par
-PORTVERSION= 1.51
+PORTVERSION= 1.52
CATEGORIES= textproc
-MASTER_SITES= http://www.cs.berkeley.edu/~amc/Par/
-DISTNAME= Par152
+MASTER_SITES= http://www.cs.berkeley.edu/~amc/Par/
+DISTNAME= Par${PORTVERSION:S|.||}
MAINTAINER= mark@grondar.za