pkgsrc/comms/gkermit
agc 9d7edcdedf The main package has changed on the distribution site by the following
change:

--- gkermit.h 1999-12-26 21:25:52.000000000 +0000
+++ gkermit.h   2003-05-27 16:30:13.000000000 +0100
@@ -233,7 +233,11 @@

 /* Externs */

+#ifdef ERRNO_H
+#include <errno.h>
+#else
 extern int errno;
+#endif /* ERRNO_H */
 #ifndef _GKERMIT_C
 extern int debug;
 #endif /* _GKERMIT_C */

but unfortunately without a corresponding version number bump. so do the
dance we usually do with unnumbered distributions, and put the distfile
locally into a (numbered) DIST_SUBDIR directory.

Bump package revision number, regen distinfo file, and one cosmetic
change to make the WRKSRC definition appear in a more suitable place in
the package Makefile.
2003-06-17 14:16:33 +00:00
..
DESCR Move pkg/ files into package's toplevel directory 2001-10-31 20:43:56 +00:00
distinfo The main package has changed on the distribution site by the following 2003-06-17 14:16:33 +00:00
Makefile The main package has changed on the distribution site by the following 2003-06-17 14:16:33 +00:00
PLIST Move pkg/ files into package's toplevel directory 2001-10-31 20:43:56 +00:00