pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/geography/gpsd



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sun May 17 00:26:30 UTC 2026

Modified Files:
        pkgsrc/geography/gpsd: Makefile

Log Message:
gpsd: fix build


To generate a diff of this commit:
cvs rdiff -u -r1.93 -r1.94 pkgsrc/geography/gpsd/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/geography/gpsd/Makefile
diff -u pkgsrc/geography/gpsd/Makefile:1.93 pkgsrc/geography/gpsd/Makefile:1.94
--- pkgsrc/geography/gpsd/Makefile:1.93 Tue Jan 27 08:39:34 2026
+++ pkgsrc/geography/gpsd/Makefile      Sun May 17 00:26:30 2026
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.93 2026/01/27 08:39:34 wiz Exp $
+# $NetBSD: Makefile,v 1.94 2026/05/17 00:26:30 wiz Exp $
 
 DISTNAME=      gpsd-3.27.5
 PKGREVISION=   1
@@ -47,6 +47,9 @@ RCD_SCRIPTS=  gpsd
 
 REPLACE_PYTHON+=       tests/test_misc.py
 
+pre-configure:
+       ${LN} -s ${PREFIX}/bin/asciidoctor${RUBY_SUFFIX} ${BUILDLINK_DIR}/bin/asciidoctor
+
 # \todo Separate upstream's build into configure and build.
 do-configure:
 



Home | Main Index | Thread Index | Old Index