svn commit: r344017 - head/archivers/zoo

Emanuel Haupt ehaupt at FreeBSD.org
Wed Feb 12 21:23:25 UTC 2014


Author: ehaupt
Date: Wed Feb 12 21:23:24 2014
New Revision: 344017
URL: http://svnweb.freebsd.org/changeset/ports/344017
QAT: https://qat.redports.org/buildarchive/r344017/

Log:
  - Support staging
  - Add mirror

Modified:
  head/archivers/zoo/Makefile
  head/archivers/zoo/pkg-plist

Modified: head/archivers/zoo/Makefile
==============================================================================
--- head/archivers/zoo/Makefile	Wed Feb 12 21:12:37 2014	(r344016)
+++ head/archivers/zoo/Makefile	Wed Feb 12 21:23:24 2014	(r344017)
@@ -5,16 +5,21 @@ PORTNAME=	zoo
 PORTVERSION=	2.10.1
 PORTREVISION=	3
 CATEGORIES=	archivers
-MASTER_SITES=	ftp://ftp.kiarchive.ru/pub/unix/arcers/
+MASTER_SITES=	ftp://ftp.kiarchive.ru/pub/unix/arcers/ \
+		CRITICAL
 DISTNAME=	zoo-2.10pl1
 
 MAINTAINER=	gabor at FreeBSD.org
 COMMENT=	Manipulate archives of files in compressed form
 
-NO_STAGE=	yes
 NO_WRKSUBDIR=	yes
 ALL_TARGET=	bsdansi
 MAKEFILE=	makefile
-MAN1=		fiz.1 zoo.1
+
+do-install:
+.for f in fiz zoo
+	${INSTALL_PROGRAM} ${WRKSRC}/${f} ${STAGEDIR}${PREFIX}/bin
+	${INSTALL_MAN} ${WRKSRC}/${f}.1 ${STAGEDIR}${MANPREFIX}/man/man1
+.endfor
 
 .include <bsd.port.mk>

Modified: head/archivers/zoo/pkg-plist
==============================================================================
--- head/archivers/zoo/pkg-plist	Wed Feb 12 21:12:37 2014	(r344016)
+++ head/archivers/zoo/pkg-plist	Wed Feb 12 21:23:24 2014	(r344017)
@@ -1,2 +1,4 @@
 bin/fiz
 bin/zoo
+man/man1/fiz.1.gz
+man/man1/zoo.1.gz


More information about the svn-ports-all mailing list