diff options
author | ume <ume@FreeBSD.org> | 2012-06-26 00:06:18 +0800 |
---|---|---|
committer | ume <ume@FreeBSD.org> | 2012-06-26 00:06:18 +0800 |
commit | fa647bdb72b7f5432abc6da0def8ab261e128a56 (patch) | |
tree | d291055609714b80bd039829c48628e45bad3db8 /japanese | |
parent | f8b9905d931566290e2c265ec7be07f7bdccdc1b (diff) | |
download | freebsd-ports-gnome-fa647bdb72b7f5432abc6da0def8ab261e128a56.tar.gz freebsd-ports-gnome-fa647bdb72b7f5432abc6da0def8ab261e128a56.tar.zst freebsd-ports-gnome-fa647bdb72b7f5432abc6da0def8ab261e128a56.zip |
Fix SUB_LIST to work rc.d script properly.
PR: ports/169387
Submitted by: Masaki TAGAWA <masaki__at__club.kyutech.ac.jp>
Diffstat (limited to 'japanese')
-rw-r--r-- | japanese/tiarra/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/japanese/tiarra/Makefile b/japanese/tiarra/Makefile index 951b6da86456..695eaa4f13ad 100644 --- a/japanese/tiarra/Makefile +++ b/japanese/tiarra/Makefile @@ -7,7 +7,7 @@ PORTNAME= tiarra PORTVERSION= 20100212 -#PORTREVISION= 0 +PORTREVISION= 1 CATEGORIES= japanese irc ipv6 MASTER_SITES= http://www.clovery.jp/tiarra/archive/2010/02/ @@ -25,6 +25,7 @@ USERS= ${TIARRA_USER} GROUPS= ${TIARRA_GROUP} SUB_FILES= pkg-message +SUB_LIST= TIARRA_USER=${TIARRA_USER} PLIST_SUB= TIARRA_USER=${TIARRA_USER} \ TIARRA_GROUP=${TIARRA_GROUP} |