diff options
author | Sheldon Hearn <sheldonh@FreeBSD.org> | 2002-06-26 23:52:35 +0000 |
---|---|---|
committer | Sheldon Hearn <sheldonh@FreeBSD.org> | 2002-06-26 23:52:35 +0000 |
commit | 6147dee922329ce9f90408f8d450245b1950f55a (patch) | |
tree | 061cabab4be6a302c749756f0f370bc967c34d4b /databases/gnats | |
parent | b8fb9cbef3a800817711f210b554a4a998681dab (diff) | |
download | ports-6147dee922329ce9f90408f8d450245b1950f55a.tar.gz ports-6147dee922329ce9f90408f8d450245b1950f55a.zip |
Notes
Diffstat (limited to 'databases/gnats')
-rw-r--r-- | databases/gnats/Makefile | 8 | ||||
-rw-r--r-- | databases/gnats/pkg-descr | 39 | ||||
-rw-r--r-- | databases/gnats/pkg-message | 9 |
3 files changed, 16 insertions, 40 deletions
diff --git a/databases/gnats/Makefile b/databases/gnats/Makefile index 8b0726648652..751a22a94dd3 100644 --- a/databases/gnats/Makefile +++ b/databases/gnats/Makefile @@ -10,7 +10,7 @@ PORTVERSION= 3.113.1 PORTREVISION= 6 CATEGORIES= databases elisp MASTER_SITES= ${MASTER_SITE_GNU} -MASTER_SITE_SUBDIR= gnats +MASTER_SITE_SUBDIR= gnats MAINTAINER= des@FreeBSD.org @@ -46,11 +46,11 @@ pre-install: @PKG_PREFIX=${PREFIX} ${SH} ${PKGINSTALL} ${PKGNAME} PRE-INSTALL post-install: - (cd ${DATADIR} && mv gnats-db gnats-db.dist) + (cd ${DATADIR} && ${MV} gnats-db gnats-db.dist) .if defined(WANT_FREEFALL_CFG) - (cd ${DATADIR} && ln -s /home/gnats gnats-db) + (cd ${DATADIR} && ${LN} -s /home/gnats gnats-db) .else - (cd ${DATADIR} && ln -s gnats-db.dist gnats-db) + (cd ${DATADIR} && ${LN} -s gnats-db.dist gnats-db) .endif (cd ${WRKSRC}/gnats; ${MAKE} install-info) (cd ${WRKSRC}/send-pr; ${MAKE} install-info) diff --git a/databases/gnats/pkg-descr b/databases/gnats/pkg-descr index b0a7bba03753..ec52b27316d8 100644 --- a/databases/gnats/pkg-descr +++ b/databases/gnats/pkg-descr @@ -1,36 +1,7 @@ - GNATS - GNU Problem Report Management System - -This directory contains GNATS, a problem tracking system written to -help report on, and track, problem reports or bugs. GNATS is currently -in use at Cygnus to help track all incoming bug reports. There are -many concepts or approaches to GNATS which are only useful to -organizations which track bugs related by customers as well as by bug -type. - -The file gnats.texi contains a Texinfo version of the main -documentation for GNATS, including installation notes and configuration -strategies. gnats.info is a version of the same text as gnats.texi in a -form readable by GNU Info. - -The file INSTALL contains a brief discussion of the installation -process; refer to gnats.texi for details on configuration, installation, -and usage. - -Please report all GNATS bugs to bug-gnats@prep.ai.mit.edu. - - -Copyright (c) 1993, Free Software Foundation, Inc. -See the file COPYING for copyright information concerning this -distribution and all its components. - - -*** FreeBSD note: -*** You will want to add a user entry to your /etc/passwd file for the -*** user-id that owns gnats-related databases on your server. -*** Something of the form: -*** "gnats:*:61:61:GNATS database owner:/usr/local/share/gnats/gnats-db:" -*** should do just fine (put it in your ftpusers file!). -*** -*** Don't forget to run /usr/local/libexec/gnats/mkcat as gnats. +GNATS is a problem tracking system written to help report on, and +track, problem reports or bugs. GNATS is currently in use at Cygnus to +help track all incoming bug reports. There are many concepts or +approaches to GNATS which are only useful to organizations which track +bugs related by customers as well as by bug type. WWW: http://sourceware.cygnus.com/gnats/ diff --git a/databases/gnats/pkg-message b/databases/gnats/pkg-message index 4e27bf20a6c7..4e1294151d36 100644 --- a/databases/gnats/pkg-message +++ b/databases/gnats/pkg-message @@ -1,2 +1,7 @@ -See http://sourceware.cygnus.com/gnats/ for the official web page -and don't forget to run /usr/local/libexec/gnats/mkcat as gnats. +You will want to add a user entry to your /etc/passwd file for the +user-id that owns gnats-related databases on your server. +Something of the form: + "gnats:*:61:61:GNATS database owner:${PREFIX}/share/gnats/gnats-db:" +should do just fine (put it in your ftpusers file!). + +Don't forget to run ${PREFIX}/libexec/gnats/mkcat as gnats. |