pkgsrc-Changes archive

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

CVS commit: pkgsrc/textproc/groff



Module Name:    pkgsrc
Committed By:   wiz
Date:           Tue Jun 30 08:12:08 UTC 2026

Modified Files:
        pkgsrc/textproc/groff: Makefile

Log Message:
groff: clean up

Remove references to non-existent files, and REPLACE_* for files
that don't have an interpreter line. NFCI


To generate a diff of this commit:
cvs rdiff -u -r1.102 -r1.103 pkgsrc/textproc/groff/Makefile

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

Modified files:

Index: pkgsrc/textproc/groff/Makefile
diff -u pkgsrc/textproc/groff/Makefile:1.102 pkgsrc/textproc/groff/Makefile:1.103
--- pkgsrc/textproc/groff/Makefile:1.102        Wed Jan 29 10:31:53 2025
+++ pkgsrc/textproc/groff/Makefile      Tue Jun 30 08:12:08 2026
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.102 2025/01/29 10:31:53 jperkin Exp $
+# $NetBSD: Makefile,v 1.103 2026/06/30 08:12:08 wiz Exp $
 
 DISTNAME=      groff-1.23.0
 PKGREVISION=   1
@@ -27,15 +27,7 @@ CONFIGURE_ARGS+=     --with-urw-fonts-dir=${
 
 INFO_FILES=            YES
 
-REPLACE_AWK+=          font/devlj4/generate/special.awk
 REPLACE_PERL+=         contrib/*/*.pl
-REPLACE_PERL+=         src/roff/grog/grog.pl
-REPLACE_PERL+=         src/roff/grog/subs.pl
-
-REPLACE_INTERPRETER+=  sed
-REPLACE.sed.old=       .*/sed
-REPLACE.sed.new=       ${SED}
-REPLACE_FILES.sed+=    font/devps/generate/symbol.sed
 
 .include "options.mk"
 



Home | Main Index | Thread Index | Old Index