svn commit: r359521 - head/sysutils/manck

Vanilla I. Shu vanilla at FreeBSD.org
Fri Jun 27 13:39:27 UTC 2014


Author: vanilla
Date: Fri Jun 27 13:39:26 2014
New Revision: 359521
URL: http://svnweb.freebsd.org/changeset/ports/359521
QAT: https://qat.redports.org/buildarchive/r359521/

Log:
  1: Stagify.
  2: add depends on perl, bump version.
  
  Approved by:	portmgr@ (blanket approval)

Modified:
  head/sysutils/manck/Makefile
  head/sysutils/manck/pkg-plist

Modified: head/sysutils/manck/Makefile
==============================================================================
--- head/sysutils/manck/Makefile	Fri Jun 27 13:32:28 2014	(r359520)
+++ head/sysutils/manck/Makefile	Fri Jun 27 13:39:26 2014	(r359521)
@@ -3,14 +3,15 @@
 
 PORTNAME=	manck
 PORTVERSION=	1.2
+PORTREVISION=	1
 CATEGORIES=	sysutils
 MASTER_SITES=	http://wolfram.schneider.org/src/
 
 MAINTAINER=	wosch at FreeBSD.org
 COMMENT=	Manual page consistency checker
 
-MAN1=		manck.1
-MANCOMPRESSED=	yes
+USES=		perl5 shebangfix
+USE_PERL5=	run
+SHEBANG_FILES=	manck.pl
 
-NO_STAGE=	yes
 .include <bsd.port.mk>

Modified: head/sysutils/manck/pkg-plist
==============================================================================
--- head/sysutils/manck/pkg-plist	Fri Jun 27 13:32:28 2014	(r359520)
+++ head/sysutils/manck/pkg-plist	Fri Jun 27 13:39:26 2014	(r359521)
@@ -1,3 +1,4 @@
 bin/manck
+man/man1/manck.1.gz
 share/manck.files
 share/manck.pages


More information about the svn-ports-all mailing list