aboutsummaryrefslogtreecommitdiffstats
path: root/lang/rexx-regina
diff options
context:
space:
mode:
authordougb <dougb@FreeBSD.org>2012-01-14 16:57:23 +0800
committerdougb <dougb@FreeBSD.org>2012-01-14 16:57:23 +0800
commit4500e6f95eef76996051b447f00584b31e4abedf (patch)
treeaa85e69ac86658b87b78e09ff440d65dc0ff7518 /lang/rexx-regina
parent9b5808c5a6c860e753267e93e9516b3301002f03 (diff)
downloadfreebsd-ports-gnome-4500e6f95eef76996051b447f00584b31e4abedf.tar.gz
freebsd-ports-gnome-4500e6f95eef76996051b447f00584b31e4abedf.tar.zst
freebsd-ports-gnome-4500e6f95eef76996051b447f00584b31e4abedf.zip
In the rc.d scripts, change assignments to rcvar to use the
literal name_enable wherever possible, and ${name}_enable when it's not, to prepare for the demise of set_rcvar(). In cases where I had to hand-edit unusual instances also modify formatting slightly to be more uniform (and in some cases, correct). This includes adding some $FreeBSD$ tags, and most importantly moving rcvar= to right after name= so it's clear that one is derived from the other.
Diffstat (limited to 'lang/rexx-regina')
-rw-r--r--lang/rexx-regina/files/rxstack.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/rexx-regina/files/rxstack.in b/lang/rexx-regina/files/rxstack.in
index 7b9a9b7a4642..58d2341e34b3 100644
--- a/lang/rexx-regina/files/rxstack.in
+++ b/lang/rexx-regina/files/rxstack.in
@@ -17,7 +17,7 @@
. /etc/rc.subr
name="rxstack"
-rcvar=`set_rcvar`
+rcvar=rxstack_enable
command=%%PREFIX%%/bin/${name}
='commitgraph'>* Do not hardcode make for make indexbapt2013-05-021-2/+2 * - Don't use SVN variable in 'git svn rebase' as setting the SVN variable tobeat2012-08-061-1/+1 * - Sync update target with src/ [1]beat2012-08-021-6/+10 * - Add Subversion capability to the update tragetbeat2012-07-161-0/+8 * - Remove obsolete version check (We dont support FreeBSD 6 anymore)miwi2012-05-241-4/+0 * Latest round of infrastructure changes.flz2011-05-051-2/+6 * - Retire mbone as a physical categorypav2011-03-071-1/+0 * - Terminate support for X11BASE having different value from LOCALBASEpav2009-12-181-4/+1 * - Allow users to redefine an update target.sem2009-10-221-0/+2 * - bsd.port.mk - Remove ${INDEXDIR}/${INDEXFILE}.bz2 after fetchindex is bein...miwi2009-08-231-1/+1 * Major optimizations for 'make index' and other recursive traversalkris2008-07-201-1/+11 * Remove obsolete anti-foot-shooting measure that tried to force youlinimon2007-09-271-3/+0 * The default method for 'make update' is now portsnap. Previously,linimon2007-05-251-8/+14 * When setting INDEX_PRISTINE, also set USE_NONDEFAULT_X11BASE toerwin2007-05-201-0/+1 * Add new category x11-driverspav2007-05-201-0/+1 * Add two missing dollars.ru2007-02-261-2/+2 * - Introduce a new ports category ports-mgmt: Ports for managing, installing andpav2007-01-311-0/+1 * bsd.port.mkpav2007-01-311-0/+4 * - Fix the make_index script if PORTSDIR is a path which contains akris2006-02-111-3/+3 * - Fix possibility of "infinite make fork" when "Registering install for ..."linimon2006-01-281-11/+17 * Split "portsnap fetch update" into "portsnap fetch" and "portsnap update"cperciva2006-01-251-1/+2 * - Fix 'all-depends-list' target in cases if dependencies list iskrion2006-01-221-2/+9 * MFsrc: Show stray files during "cvs update".ru2005-12-241-1/+1