diff options
author | pav <pav@FreeBSD.org> | 2004-03-30 01:02:27 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2004-03-30 01:02:27 +0800 |
commit | f392cf3713dd730825df3a7addacfd84c9d27ab6 (patch) | |
tree | 2900df8936cbc86c45a162314ab67f5441564eda /www | |
parent | 7caa75264bff1c9b52453ae6652e778b50dd1b1c (diff) | |
download | freebsd-ports-gnome-f392cf3713dd730825df3a7addacfd84c9d27ab6.tar.gz freebsd-ports-gnome-f392cf3713dd730825df3a7addacfd84c9d27ab6.tar.zst freebsd-ports-gnome-f392cf3713dd730825df3a7addacfd84c9d27ab6.zip |
- Mark RESTRICTED: licence prevents redistribution of distfile and creating
packages
- Fix reference in pkg-message
Requested by: Alex King (author)
Diffstat (limited to 'www')
-rw-r--r-- | www/tasks/Makefile | 2 | ||||
-rw-r--r-- | www/tasks/files/pkg-message.in | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/www/tasks/Makefile b/www/tasks/Makefile index 5d8100065e23..538f0ceb3b94 100644 --- a/www/tasks/Makefile +++ b/www/tasks/Makefile @@ -15,6 +15,8 @@ EXTRACT_SUFX= .zip MAINTAINER= gioria@FreeBSD.org COMMENT= A web based, hierarchical task manager +RESTRICTED= No redistribution or repackaging allowed + USE_APACHE= yes USE_MYSQL= yes USE_PHP= yes diff --git a/www/tasks/files/pkg-message.in b/www/tasks/files/pkg-message.in index cab591d585ac..9d14e0cc6ddb 100644 --- a/www/tasks/files/pkg-message.in +++ b/www/tasks/files/pkg-message.in @@ -5,5 +5,5 @@ Tasks is installed, now you must configure it 2: Open %%WWW_DIR%%/tasks/database.inc.php and Edit the settings to match your need -3: Point your web browser to http://localhost/tasks/install/index.php +3: Point your web browser to http://localhost/tasks/index.php And follow the instructions |