diff options
author | SADA Kenji <sada@FreeBSD.org> | 2001-10-25 14:45:22 +0000 |
---|---|---|
committer | SADA Kenji <sada@FreeBSD.org> | 2001-10-25 14:45:22 +0000 |
commit | da4399d4020c30cd1e13b893022b6093fdcad051 (patch) | |
tree | 1b9fd4c1ecb1fabd22dba595fd81a38e46f4a121 /net/spread | |
parent | Add net/spread (diff) |
My fault - ``NO_PACKAGE'' should be activated.
Notes
Notes:
svn path=/head/; revision=49199
Diffstat (limited to 'net/spread')
-rw-r--r-- | net/spread/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/spread/Makefile b/net/spread/Makefile index dd09105f58ae..a06172692f7d 100644 --- a/net/spread/Makefile +++ b/net/spread/Makefile @@ -27,7 +27,7 @@ MAN3= SP_connect.3 SP_disconnect.3 SP_equal_group_ids.3 SP_error.3 \ USE_PERL5= yes NO_CDROM= "See the license: http://www.spread.org/license/" -#NO_PACKAGE= "User and group needs to be created" +NO_PACKAGE= "User and group needs to be created" RESTRICTED= "See the license: http://www.spread.org/license/" INSTALLS_SHLIB= yes |