svn commit: r343748 - head/sysutils/detox

Martin Wilke miwi at FreeBSD.org
Tue Feb 11 14:16:40 UTC 2014


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 at 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


More information about the svn-ports-all mailing list