mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-05 22:43:24 +00:00
5879c157ad
Warning: the directory structure has shifted again (lib/gnats -> libexec/gnats) Also, I am now compiling and configuring gnats with "with release based" which adds additional functionality and is backwards compatible, but adds new PR fields you may not expect to see.
12 lines
349 B
Plaintext
12 lines
349 B
Plaintext
--- gnats/edit-pr.sh Mon Aug 18 14:52:53 1997
|
|
+++ gnats/edit-pr.sh Tue Aug 26 14:15:19 1997
|
|
@@ -20,7 +20,7 @@
|
|
# the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.
|
|
|
|
debug_print=false # or echo to get output.
|
|
-DATE=`date`
|
|
+DATE=`LC_TIME=C date`
|
|
GNATS_ROOT=xGNATS_ROOTx
|
|
LIBEXECDIR=xLIBEXECDIRx
|
|
PATH=$PATH:$GNATS_ROOT/gnats-bin
|