Date: Tue, 11 Feb 2014 14:16:40 +0000 (UTC) From: Martin Wilke <miwi@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r343748 - head/sysutils/detox Message-ID: <201402111416.s1BEGe1x021817@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: miwi Date: Tue Feb 11 14:16:39 2014 New Revision: 343748 URL: http://svnweb.freebsd.org/changeset/ports/343748 QAT: https://qat.redports.org/buildarchive/r343748/ Log: - Stage support - Convert gmake to USES Modified: head/sysutils/detox/Makefile head/sysutils/detox/pkg-plist Modified: head/sysutils/detox/Makefile ============================================================================== --- head/sysutils/detox/Makefile Tue Feb 11 14:15:16 2014 (r343747) +++ head/sysutils/detox/Makefile Tue Feb 11 14:16:39 2014 (r343748) @@ -9,14 +9,11 @@ MASTER_SITES= SF MAINTAINER= purgedhalo@users.sourceforge.net COMMENT= Removes non-standard characters from filenames -MAN1= detox.1 -MAN5= detoxrc.5 detox.tbl.5 USE_BZIP2= yes -USE_GMAKE= yes +USES= gmake GNU_CONFIGURE= yes LICENSE= BSD LICENSE_FILE= ${WRKSRC}/LICENSE -NO_STAGE= yes .include <bsd.port.mk> Modified: head/sysutils/detox/pkg-plist ============================================================================== --- head/sysutils/detox/pkg-plist Tue Feb 11 14:15:16 2014 (r343747) +++ head/sysutils/detox/pkg-plist Tue Feb 11 14:16:39 2014 (r343748) @@ -9,4 +9,7 @@ etc/detoxrc.sample @unexec if cmp -s %D/%%DATADIR%%/unicode.tbl %D/%%DATADIR%%/unicode.tbl.sample; then rm -f %D/%%DATADIR%%/unicode.tbl; fi %%DATADIR%%/unicode.tbl.sample @exec [ -f %D/%%DATADIR%%/unicode.tbl ] || cp %B/%f %D/%%DATADIR%%/unicode.tbl +man/man1/detox.1.gz +man/man5/detox.tbl.5.gz +man/man5/detoxrc.5.gz @dirrm share/detox
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201402111416.s1BEGe1x021817>