pkgsrc-Changes archive

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

CVS commit: pkgsrc/sysutils/deforaos-terminal



Module Name:    pkgsrc
Committed By:   wiz
Date:           Fri Jun 23 07:46:37 UTC 2023

Modified Files:
        pkgsrc/sysutils/deforaos-terminal: Makefile

Log Message:
deforaos-terminal: fix previous


To generate a diff of this commit:
cvs rdiff -u -r1.33 -r1.34 pkgsrc/sysutils/deforaos-terminal/Makefile

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

Modified files:

Index: pkgsrc/sysutils/deforaos-terminal/Makefile
diff -u pkgsrc/sysutils/deforaos-terminal/Makefile:1.33 pkgsrc/sysutils/deforaos-terminal/Makefile:1.34
--- pkgsrc/sysutils/deforaos-terminal/Makefile:1.33     Thu Jun 22 11:25:23 2023
+++ pkgsrc/sysutils/deforaos-terminal/Makefile  Fri Jun 23 07:46:36 2023
@@ -1,5 +1,4 @@
-# $NetBSD: Makefile,v 1.33 2023/06/22 11:25:23 jperkin Exp $
-#
+# $NetBSD: Makefile,v 1.34 2023/06/23 07:46:36 wiz Exp $
 
 DISTNAME=      Terminal-0.2.0
 PKGNAME=       deforaos-terminal-0.2.0
@@ -27,6 +26,8 @@ AUTO_MKDIRS=  yes
 
 DEPENDS+=      {xterm,mxterm}-[0-9]*:../../x11/xterm
 
+.include "../../mk/bsd.fast.prefs.mk"
+
 post-install:
 .if ${PKGMANDIR} != "share/man"
        ${MV} ${DESTDIR}${PREFIX}/share/man/html1/terminal.html ${DESTDIR}${PREFIX}/${PKGMANDIR}/html1/terminal.html



Home | Main Index | Thread Index | Old Index