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:           Mon Jan 13 06:31:29 UTC 2025

Modified Files:
        pkgsrc/textproc/groff: Makefile

Log Message:
groff: fix a pkglint warning


To generate a diff of this commit:
cvs rdiff -u -r1.100 -r1.101 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.100 pkgsrc/textproc/groff/Makefile:1.101
--- pkgsrc/textproc/groff/Makefile:1.100        Fri Jan 10 03:21:20 2025
+++ pkgsrc/textproc/groff/Makefile      Mon Jan 13 06:31:28 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.100 2025/01/10 03:21:20 ktnb Exp $
+# $NetBSD: Makefile,v 1.101 2025/01/13 06:31:28 wiz Exp $
 
 DISTNAME=      groff-1.23.0
 CATEGORIES=    textproc
@@ -15,8 +15,6 @@ OVERRIDE_DIRDEPTH=    4
 
 DEPENDS+=              urw-fonts-[0-9]*:../../fonts/urw-fonts
 
-INSTALLATION_DIRS=     share/groff/site-tmac
-
 USE_LANGUAGES=         c c++
 GNU_CONFIGURE=         YES
 CONFIGURE_ENV+=                PERLPATH=${PERL5:Q}
@@ -77,6 +75,7 @@ SYMLINK_MANFILES=     chem.1 eqn.1 grn.1 ind
                        pic.1 refer.1 soelim.1 tbl.1 troff.1
 
 INSTALLATION_DIRS=     ${PKGGNUDIR}bin ${PKGGNUDIR}${PKGMANDIR}/man1
+INSTALLATION_DIRS+=    share/groff/site-tmac
 
 post-install:
        ${INSTALL_DATA} ${WRKDIR}/mdoc.local \



Home | Main Index | Thread Index | Old Index