pkgsrc-Changes archive

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

CVS commit: pkgsrc/shells/etsh



Module Name:    pkgsrc
Committed By:   vins
Date:           Tue Dec 20 08:36:51 UTC 2022

Modified Files:
        pkgsrc/shells/etsh: Makefile

Log Message:
shells/etsh: explicitly set MANDIR.


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 pkgsrc/shells/etsh/Makefile

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

Modified files:

Index: pkgsrc/shells/etsh/Makefile
diff -u pkgsrc/shells/etsh/Makefile:1.4 pkgsrc/shells/etsh/Makefile:1.5
--- pkgsrc/shells/etsh/Makefile:1.4     Sun Dec 18 16:27:01 2022
+++ pkgsrc/shells/etsh/Makefile Tue Dec 20 08:36:51 2022
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2022/12/18 16:27:01 vins Exp $
+# $NetBSD: Makefile,v 1.5 2022/12/20 08:36:51 vins Exp $
 
 DISTNAME=      etsh-5.4.0
 CATEGORIES=    shells
@@ -31,6 +31,7 @@ MAKE_ENV+=    INSTALL=${INSTALL:Q}
 
 MAKE_FLAGS+=   PREFIX=${PREFIX}
 MAKE_FLAGS+=   SYSCONFDIR=${PKG_SYSCONFDIR}
+MAKE_FLAGS+=   MANDIR=${PREFIX}/${PKGMANDIR}/man1
 MAKE_FLAGS+=   DESTDOCDIR=${DESTDIR}${DOCDIR}
 MAKE_FLAGS+=   DESTEXPDIR=${DESTDIR}${EXPDIR}
 



Home | Main Index | Thread Index | Old Index