pkgsrc-Changes archive

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

CVS commit: pkgsrc/editors/tp-note



Module Name:    pkgsrc
Committed By:   pin
Date:           Sun Jun  4 06:45:31 UTC 2023

Modified Files:
        pkgsrc/editors/tp-note: Makefile

Log Message:
editors/tp-note: clean-up after update


To generate a diff of this commit:
cvs rdiff -u -r1.36 -r1.37 pkgsrc/editors/tp-note/Makefile

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

Modified files:

Index: pkgsrc/editors/tp-note/Makefile
diff -u pkgsrc/editors/tp-note/Makefile:1.36 pkgsrc/editors/tp-note/Makefile:1.37
--- pkgsrc/editors/tp-note/Makefile:1.36        Sat Jun  3 19:34:29 2023
+++ pkgsrc/editors/tp-note/Makefile     Sun Jun  4 06:45:31 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.36 2023/06/03 19:34:29 pin Exp $
+# $NetBSD: Makefile,v 1.37 2023/06/04 06:45:31 pin Exp $
 
 DISTNAME=      tp-note-1.21.5
 CATEGORIES=    editors
@@ -30,7 +30,6 @@ RUSTFLAGS+=   -C link-arg=${COMPILER_RPATH
 do-install:
        ${INSTALL_PROGRAM} ${WRKSRC}/target/release/tpnote \
                ${DESTDIR}${PREFIX}/bin
-post-install:
        ${INSTALL_MAN} ${WRKSRC}/docs/build/man/man1/tpnote.1 \
                ${DESTDIR}${PREFIX}/${PKGMANDIR}/man1
        ${INSTALL_DATA} ${WRKSRC}/assets/tpnote.svg  \



Home | Main Index | Thread Index | Old Index