svn commit: r383284 - in head/devel/oozie: . files
Dmitry Sivachenko
demon at FreeBSD.org
Sun Apr 5 10:18:21 UTC 2015
Author: demon
Date: Sun Apr 5 10:18:19 2015
New Revision: 383284
URL: https://svnweb.freebsd.org/changeset/ports/383284
Log:
Add short message describing where oozie was installed.
Added:
head/devel/oozie/files/pkg-message.in (contents, props changed)
Modified:
head/devel/oozie/Makefile
Modified: head/devel/oozie/Makefile
==============================================================================
--- head/devel/oozie/Makefile Sun Apr 5 10:11:41 2015 (r383283)
+++ head/devel/oozie/Makefile Sun Apr 5 10:18:19 2015 (r383284)
@@ -38,6 +38,7 @@ USERS= ${OOZIE_USER}
GROUPS= ${OOZIE_USER}
USE_RC_SUBR= oozied
+SUB_FILES= pkg-message
PLIST_SUB= OOZIE_USER=${OOZIE_USER} \
OOZIE_RUNDIR=${OOZIE_RUNDIR} \
OOZIE_LOGDIR=${OOZIE_LOGDIR} \
Added: head/devel/oozie/files/pkg-message.in
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/devel/oozie/files/pkg-message.in Sun Apr 5 10:18:19 2015 (r383284)
@@ -0,0 +1,3 @@
+
+Oozie was installed into %%PREFIX%%/oozie directory. Consider adding
+%%PREFIX%%/oozie/bin to your $PATH.
More information about the svn-ports-head
mailing list