mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-15 07:56:36 +00:00
501f6b1d05
Give originator maintainership Export PORTVERSION to PLIST Update and sort MAN pages in Makefile Add hooks for GNOME Adjust patch file to install files in correct directory PR: 28709 Submitted by: Pete Fritchman <petef@databits.net>
12 lines
429 B
Plaintext
12 lines
429 B
Plaintext
--- modules/FvwmCommand/FvwmCommand.c.orig Wed Jul 4 22:35:50 2001
|
|
+++ modules/FvwmCommand/FvwmCommand.c Wed Jul 4 22:35:52 2001
|
|
@@ -927,7 +927,7 @@
|
|
{
|
|
printf( " %-20s x %ld, y %ld, desk %ld, max x %ld, max y %ld\n",
|
|
"new page",
|
|
- body[0], body[1], body[2], body[3], body[4]);
|
|
+ body[0], body[0], body[2], body[3], body[4]);
|
|
}
|
|
|
|
/*************************************************************************
|