diff options
author | wjv <wjv@FreeBSD.org> | 2001-08-31 16:36:30 +0800 |
---|---|---|
committer | wjv <wjv@FreeBSD.org> | 2001-08-31 16:36:30 +0800 |
commit | 67517ff35a7ea6f466f98a849df8412c7462518d (patch) | |
tree | 88d15e8a719750ffa73c5882a0e23bfd76a2b595 /textproc/par | |
parent | e59913911fdb7a531c3902d335c2d36298223575 (diff) | |
download | freebsd-ports-gnome-67517ff35a7ea6f466f98a849df8412c7462518d.tar.gz freebsd-ports-gnome-67517ff35a7ea6f466f98a849df8412c7462518d.tar.zst freebsd-ports-gnome-67517ff35a7ea6f466f98a849df8412c7462518d.zip |
- Fix PORTVERSION, which was not updatd during the last update of the port.
- Automatically infer DISTNAME based on PORTVERSION.
Approved by: markm (MAINTAINER)
Diffstat (limited to 'textproc/par')
-rw-r--r-- | textproc/par/Makefile | 6 |
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 |