pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
man2html: minor cleanups
Module Name: pkgsrc-wip
Committed By: Thomas Klausner <tk%giga.or.at@localhost>
Pushed By: wiz
Date: Wed Mar 7 13:09:10 2018 +0100
Changeset: 32bc8a35d13a124080467cd2ad1fe5867f2c7aa8
Modified Files:
man2html/Makefile
Removed Files:
man2html/TODO
Log Message:
man2html: minor cleanups
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=32bc8a35d13a124080467cd2ad1fe5867f2c7aa8
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
man2html/Makefile | 15 ++++++---------
man2html/TODO | 1 -
2 files changed, 6 insertions(+), 10 deletions(-)
diffs:
diff --git a/man2html/Makefile b/man2html/Makefile
index 7d747457fb..d03e53766a 100644
--- a/man2html/Makefile
+++ b/man2html/Makefile
@@ -1,17 +1,16 @@
# $NetBSD$
-DISTNAME= man2html${PORTVERSION}
-PKGNAME= man2html-${PORTVERSION}
+DISTNAME= man2html3.0.1
+PKGNAME= ${DISTNAME:S/html/html-/}
CATEGORIES= textproc
-MASTER_SITES= https://acadix.biz/Ports/distfiles/ \
- http://hydra.nac.uci.edu/indiv/ehood/tar/ \
- ftp://ftp.cpan.org/pub/CPAN/modules/by-authors/Earl_Hood/ \
- http://people.freebsd.org/~demon/
+MASTER_SITES+= https://acadix.biz/Ports/distfiles/
+MASTER_SITES+= http://hydra.nac.uci.edu/indiv/ehood/tar/
+MASTER_SITES+= ftp://ftp.cpan.org/pub/CPAN/modules/by-authors/Earl_Hood/
+MASTER_SITES+= http://people.freebsd.org/~demon/
MAINTAINER= bacon%NetBSD.org@localhost
HOMEPAGE= http://www.nongnu.org/man2html/
COMMENT= Convert nroff(1) man pages to HTML
-
LICENSE= gnu-gpl-v2
USE_TOOLS+= perl:run
@@ -19,8 +18,6 @@ NO_BUILD= yes
REPLACE_PERL= man2html
-PORTVERSION= 3.0.1
-
INSTALLATION_DIRS= bin ${PREFIX}/${PKGMANDIR}/man1
do-install:
diff --git a/man2html/TODO b/man2html/TODO
deleted file mode 100644
index b687356e6b..0000000000
--- a/man2html/TODO
+++ /dev/null
@@ -1 +0,0 @@
-Clean up and test
Home |
Main Index |
Thread Index |
Old Index