head 1.1; access; symbols pkgsrc-2026Q1:1.1.0.10 pkgsrc-2026Q1-base:1.1 pkgsrc-2025Q4:1.1.0.8 pkgsrc-2025Q4-base:1.1 pkgsrc-2025Q3:1.1.0.6 pkgsrc-2025Q3-base:1.1 pkgsrc-2025Q2:1.1.0.4 pkgsrc-2025Q2-base:1.1 pkgsrc-2025Q1:1.1.0.2 pkgsrc-2025Q1-base:1.1; locks; strict; comment @# @; 1.1 date 2025.01.28.17.41.20; author vins; state Exp; branches; next ; commitid 9JYDbDZRtkzQghHF; desc @@ 1.1 log @misc/plan9port: fix broken build. @ text @$NetBSD$ Prevent PLIST issues by installing the script directly. --- src/cmd/venti/srv/mkfile.orig 2024-06-17 13:28:40.000000000 +0000 +++ src/cmd/venti/srv/mkfile @@@@ -55,7 +55,6 @@@@ TARG=\ checkarenas\ checkindex\ clumpstats\ - conf\ findscore\ fixarenas\ fmtarenas\ @@@@ -88,12 +87,3 @@@@ $SLIB: $LIBOFILES acid:D: lumpcache.acid cat $prereq >$target - -$O.conf:DQ: conf.rc - { - echo '#!/usr/local/plan9/bin/rc' - echo '# THIS FILE IS AUTOMATICALLY GENERATED' - echo '# FROM /usr/local/plan9/src/cmd/venti/srv/conf.rc. DO NOT EDIT.' - echo - sed 1d conf.rc - } >$target && chmod +x $target @