svn commit: r356796 - in head/sysutils/cdeploy: . files
Vanilla I. Shu
vanilla at FreeBSD.org
Fri Jun 6 14:47:29 UTC 2014
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 at FreeBSD.org
-COMMENT= Deploy a set of configuration files to a target file system
+MAINTAINER= ports at 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
More information about the svn-ports-all
mailing list