aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils/ansible1
diff options
context:
space:
mode:
authormatthew <matthew@FreeBSD.org>2016-01-13 15:46:43 +0800
committermatthew <matthew@FreeBSD.org>2016-01-13 15:46:43 +0800
commit23306a4bade2770ee4827b9f8725f36cfa6b5b37 (patch)
tree4c54eb937e24168d6f57d242078c355d1c5b5755 /sysutils/ansible1
parentecf6a7c84438bde63038f96e70008c59c4a3eb22 (diff)
downloadfreebsd-ports-gnome-23306a4bade2770ee4827b9f8725f36cfa6b5b37.tar.gz
freebsd-ports-gnome-23306a4bade2770ee4827b9f8725f36cfa6b5b37.tar.zst
freebsd-ports-gnome-23306a4bade2770ee4827b9f8725f36cfa6b5b37.zip
Ooops. Commit the Makefile, not the patchfile that should create the
Makefile Pointy hat to me...
Diffstat (limited to 'sysutils/ansible1')
-rw-r--r--sysutils/ansible1/Makefile31
1 files changed, 14 insertions, 17 deletions
diff --git a/sysutils/ansible1/Makefile b/sysutils/ansible1/Makefile
index 0b1647d5fa8d..e2390e6b7f26 100644
--- a/sysutils/ansible1/Makefile
+++ b/sysutils/ansible1/Makefile
@@ -1,17 +1,14 @@
---- sysutils/ansible1/Makefile
-+++ sysutils/ansible1/Makefile
-@@ -0,0 +1,14 @@
-+# Created by: Nikolai Lifanov <lifanov@mail.lifanov.com>
-+# $FreeBSD$
-+
-+PKGNAMESUFFIX= 1
-+PORTVERSION= 1.9.4
-+
-+CONFLICTS= ansible-*
-+
-+MASTERDIR= ${.CURDIR}/../ansible
-+DISTINFO_FILE= ${.CURDIR}/distinfo
-+
-+SHEBANG_FILES= lib/ansible/runner/action_plugins/synchronize.py
-+
-+.include "${MASTERDIR}/Makefile"
+# Created by: Nikolai Lifanov <lifanov@mail.lifanov.com>
+# $FreeBSD$
+
+PKGNAMESUFFIX= 1
+PORTVERSION= 1.9.4
+
+CONFLICTS= ansible-*
+
+MASTERDIR= ${.CURDIR}/../ansible
+DISTINFO_FILE= ${.CURDIR}/distinfo
+
+SHEBANG_FILES= lib/ansible/runner/action_plugins/synchronize.py
+
+.include "${MASTERDIR}/Makefile"