summaryrefslogtreecommitdiff
path: root/databases/gnats
diff options
context:
space:
mode:
authorSheldon Hearn <sheldonh@FreeBSD.org>2002-06-26 23:52:35 +0000
committerSheldon Hearn <sheldonh@FreeBSD.org>2002-06-26 23:52:35 +0000
commit6147dee922329ce9f90408f8d450245b1950f55a (patch)
tree061cabab4be6a302c749756f0f370bc967c34d4b /databases/gnats
parentNew port livecd version 1.2.2: Tool Set to create custom FreeBSD (diff)
Portlint.
Submitted by: "The Anarcat" <anarcat@anarcat.ath.cx> Reviewed by: maintainer
Notes
Notes: svn path=/head/; revision=62061
Diffstat (limited to 'databases/gnats')
-rw-r--r--databases/gnats/Makefile8
-rw-r--r--databases/gnats/pkg-descr39
-rw-r--r--databases/gnats/pkg-message9
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.