pkgsrc-Changes archive

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

CVS commit: pkgsrc/inputmethod/canna-server



Module Name:    pkgsrc
Committed By:   tsutsui
Date:           Fri Jul  3 19:54:41 UTC 2026

Modified Files:
        pkgsrc/inputmethod/canna-server: Makefile

Log Message:
canna-server: switch to use default user-destdir

It looks no explicit reason to require PKG_DESTDIR_SUPPORT=destdir.


To generate a diff of this commit:
cvs rdiff -u -r1.26 -r1.27 pkgsrc/inputmethod/canna-server/Makefile

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

Modified files:

Index: pkgsrc/inputmethod/canna-server/Makefile
diff -u pkgsrc/inputmethod/canna-server/Makefile:1.26 pkgsrc/inputmethod/canna-server/Makefile:1.27
--- pkgsrc/inputmethod/canna-server/Makefile:1.26       Tue Jun 30 14:17:51 2026
+++ pkgsrc/inputmethod/canna-server/Makefile    Fri Jul  3 19:54:41 2026
@@ -1,11 +1,9 @@
-# $NetBSD: Makefile,v 1.26 2026/06/30 14:17:51 tsutsui Exp $
+# $NetBSD: Makefile,v 1.27 2026/07/03 19:54:41 tsutsui Exp $
 
 CANNA_MODULE=  server
 
 .include "../../inputmethod/canna/Makefile.common"
 
-PKG_DESTDIR_SUPPORT=   destdir
-
 INSTALL_TARGET=        instserver
 
 MESSAGE_SUBST+=        CANNA_USER=${CANNA_USER}



Home | Main Index | Thread Index | Old Index