Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 6 Jun 2014 14:47:29 +0000 (UTC)
From:      "Vanilla I. Shu" <vanilla@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r356796 - in head/sysutils/cdeploy: . files
Message-ID:  <201406061447.s56ElTYG072776@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: vanilla
Date: Fri Jun  6 14:47:28 2014
New Revision: 356796
URL: http://svnweb.freebsd.org/changeset/ports/356796
QAT: https://qat.redports.org/buildarchive/r356796/

Log:
  Stagify.

Added:
  head/sysutils/cdeploy/files/
  head/sysutils/cdeploy/files/patch-Makefile   (contents, props changed)
Modified:
  head/sysutils/cdeploy/Makefile

Modified: head/sysutils/cdeploy/Makefile
==============================================================================
--- head/sysutils/cdeploy/Makefile	Fri Jun  6 14:40:34 2014	(r356795)
+++ head/sysutils/cdeploy/Makefile	Fri Jun  6 14:47:28 2014	(r356796)
@@ -1,20 +1,16 @@
 # Created by: jfreund
 # $FreeBSD$
 
-PORTNAME=		cdeploy
+PORTNAME=	cdeploy
 PORTVERSION=	0.2.1
-CATEGORIES=		sysutils
+CATEGORIES=	sysutils
 MASTER_SITES=	SF/root-tools/cdeploy/0.2
 
-MAINTAINER=		ports@FreeBSD.org
-COMMENT=		Deploy a set of configuration files to a target file system
+MAINTAINER=	ports@FreeBSD.org
+COMMENT=	Deploy a set of configuration files to a target file system
 
-USE_BZIP2=		yes
+USES=		tar:bzip2
 
-MAN1=			cdeploy.1
-MANCOMPRESSED=	yes
+PLIST_FILES=	man/man1/cdeploy.1.gz sbin/cdeploy
 
-PLIST_FILES=	sbin/cdeploy
-
-NO_STAGE=	yes
 .include <bsd.port.mk>

Added: head/sysutils/cdeploy/files/patch-Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/sysutils/cdeploy/files/patch-Makefile	Fri Jun  6 14:47:28 2014	(r356796)
@@ -0,0 +1,14 @@
+--- Makefile.orig	2014-06-06 22:45:04.941118895 +0800
++++ Makefile	2014-06-06 22:45:42.650118186 +0800
+@@ -5,9 +5,8 @@ all:
+ 	chmod 0555 cdeploy
+ 
+ install:
+-	install -o root -g wheel -m 0555 cdeploy.sh /usr/local/sbin/cdeploy
+-	install -o root -g wheel -m 0444 cdeploy.1 /usr/local/man/man1/cdeploy.1
+-	gzip -f9 /usr/local/man/man1/cdeploy.1
++	install -o root -g wheel -m 0555 cdeploy.sh $(DESTDIR)$(PREFIX)/sbin/cdeploy
++	install -o root -g wheel -m 0444 cdeploy.1 $(DESTDIR)$(PREFIX)/man/man1/cdeploy.1
+ 
+ deinstall:
+ 	rm -f /usr/local/sbin/cdeploy



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201406061447.s56ElTYG072776>