diff options
author | Johann Visagie <wjv@FreeBSD.org> | 2003-05-20 07:26:34 +0000 |
---|---|---|
committer | Johann Visagie <wjv@FreeBSD.org> | 2003-05-20 07:26:34 +0000 |
commit | f7e21a2e0df090ae6d829a8966c10de3101d016c (patch) | |
tree | 92141c003ca3853fdbe541c01161ccb53ece89d2 /devel/bugzilla/pkg-message | |
parent | o fetch firstly with specifing direct SUBDIR. (diff) |
- Fix something which has been broken in this port for a long time:
installation to ${PREFIX}/www/data.default. "data.default" was an artifact
of a long obsolete version of the Apache port. Put installation directory
under control of a variable $BUGZILLADIR instead. Carry through to
pkg-plist via a pragma.
- Bump $PORTREVISION.
Notes
Notes:
svn path=/head/; revision=81526
Diffstat (limited to 'devel/bugzilla/pkg-message')
-rw-r--r-- | devel/bugzilla/pkg-message | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/bugzilla/pkg-message b/devel/bugzilla/pkg-message index faf0d63f3abf..710c7a22ff23 100644 --- a/devel/bugzilla/pkg-message +++ b/devel/bugzilla/pkg-message @@ -12,7 +12,7 @@ owner; <host> is a host there bugzilla is being setup; <password> is a database owner's password; - 2. Change working directory to %%PREFIX%%/www/data.default/bugzilla + 2. Change working directory to %%PREFIX%%/%%BUGZILLADIR%%/bugzilla 3. Run "./checksetup.pl" script as root user 4. Read output carefully and follow all instructions |