diff options
author | Tilman Keskinoz <arved@FreeBSD.org> | 2004-11-23 15:36:06 +0000 |
---|---|---|
committer | Tilman Keskinoz <arved@FreeBSD.org> | 2004-11-23 15:36:06 +0000 |
commit | 23d3fe40f37ff3a8d7f6bd1851ce221b454af772 (patch) | |
tree | a1ac0915f8a6b08a04a264744ae8c7239c315995 /misc/help2man/Makefile | |
parent | 9d748a125775d69cea01140c08e35e81f2fd8787 (diff) | |
download | ports-23d3fe40f37ff3a8d7f6bd1851ce221b454af772.tar.gz ports-23d3fe40f37ff3a8d7f6bd1851ce221b454af772.zip |
Notes
Diffstat (limited to 'misc/help2man/Makefile')
-rw-r--r-- | misc/help2man/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/misc/help2man/Makefile b/misc/help2man/Makefile index 3bcee1827421..873e026e47c7 100644 --- a/misc/help2man/Makefile +++ b/misc/help2man/Makefile @@ -7,11 +7,10 @@ # PORTNAME= help2man -PORTVERSION= 1.33.1 +PORTVERSION= 1.34.2 CATEGORIES= misc MASTER_SITES= ${MASTER_SITE_GNU} MASTER_SITE_SUBDIR= ${PORTNAME} -DISTNAME= ${PORTNAME}_${PORTVERSION} MAINTAINER= arved@FreeBSD.org COMMENT= Automatically generating simple manual pages from program output |