diff options
author | Dmitry Sivachenko <demon@FreeBSD.org> | 2003-05-08 06:53:57 +0000 |
---|---|---|
committer | Dmitry Sivachenko <demon@FreeBSD.org> | 2003-05-08 06:53:57 +0000 |
commit | 80abdc38c28e4ca55eb1cc2d888b8ace025e7c9e (patch) | |
tree | 3f0a40c5203ef02fc0b9a1bce56430e8bd71ec37 /www | |
parent | 4e176627c7674974ca50e79402c596d8697bb7f1 (diff) | |
download | freebsd-ports-80abdc38c28e4ca55eb1cc2d888b8ace025e7c9e.zip |
Correct a typo.
Diffstat (limited to 'www')
-rw-r--r-- | www/rt3/Makefile | 2 | ||||
-rw-r--r-- | www/rt32/Makefile | 2 | ||||
-rw-r--r-- | www/rt34/Makefile | 2 | ||||
-rw-r--r-- | www/rt36/Makefile | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/www/rt3/Makefile b/www/rt3/Makefile index c99d802f15c9..e92ffe898634 100644 --- a/www/rt3/Makefile +++ b/www/rt3/Makefile @@ -122,7 +122,7 @@ pre-fetch: @${ECHO} "" post-extract: - -@pw groupadd ${RTGROUP} + -@pw groupadd ${RT_GROUP} -@cd ${WRKSRC} && chmod a+x configure do-build: diff --git a/www/rt32/Makefile b/www/rt32/Makefile index c99d802f15c9..e92ffe898634 100644 --- a/www/rt32/Makefile +++ b/www/rt32/Makefile @@ -122,7 +122,7 @@ pre-fetch: @${ECHO} "" post-extract: - -@pw groupadd ${RTGROUP} + -@pw groupadd ${RT_GROUP} -@cd ${WRKSRC} && chmod a+x configure do-build: diff --git a/www/rt34/Makefile b/www/rt34/Makefile index c99d802f15c9..e92ffe898634 100644 --- a/www/rt34/Makefile +++ b/www/rt34/Makefile @@ -122,7 +122,7 @@ pre-fetch: @${ECHO} "" post-extract: - -@pw groupadd ${RTGROUP} + -@pw groupadd ${RT_GROUP} -@cd ${WRKSRC} && chmod a+x configure do-build: diff --git a/www/rt36/Makefile b/www/rt36/Makefile index c99d802f15c9..e92ffe898634 100644 --- a/www/rt36/Makefile +++ b/www/rt36/Makefile @@ -122,7 +122,7 @@ pre-fetch: @${ECHO} "" post-extract: - -@pw groupadd ${RTGROUP} + -@pw groupadd ${RT_GROUP} -@cd ${WRKSRC} && chmod a+x configure do-build: |