mirror of
https://git.freebsd.org/ports.git
synced 2025-06-07 05:40:30 -04:00
- Use OPTIONS helpers - Remove pre-install target that checked whether a file exists in ${STAGEDIR}${PREFIX} (it doesn't)
11 lines
221 B
C
11 lines
221 B
C
--- vsort.h.orig 2014-08-15 12:06:55.000000000 -0400
|
|
+++ vsort.h 2014-08-15 12:07:03.000000000 -0400
|
|
@@ -28,7 +28,7 @@
|
|
*/
|
|
|
|
#if !defined(__VSORT_H__)
|
|
-#define _VSORT_H__
|
|
+#define __VSORT_H__
|
|
|
|
#include "bwstring.h"
|
|
|