pkgsrc-Changes archive

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

CVS commit: pkgsrc/x11/libXaw



Module Name:    pkgsrc
Committed By:   wiz
Date:           Fri Mar 17 07:31:48 UTC 2023

Modified Files:
        pkgsrc/x11/libXaw: Makefile

Log Message:
libXaw: be more defensive in post-install target


To generate a diff of this commit:
cvs rdiff -u -r1.21 -r1.22 pkgsrc/x11/libXaw/Makefile

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

Modified files:

Index: pkgsrc/x11/libXaw/Makefile
diff -u pkgsrc/x11/libXaw/Makefile:1.21 pkgsrc/x11/libXaw/Makefile:1.22
--- pkgsrc/x11/libXaw/Makefile:1.21     Thu Mar 16 07:19:22 2023
+++ pkgsrc/x11/libXaw/Makefile  Fri Mar 17 07:31:48 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.21 2023/03/16 07:19:22 wiz Exp $
+# $NetBSD: Makefile,v 1.22 2023/03/17 07:31:48 wiz Exp $
 
 DISTNAME=              libXaw-1.0.15
 CATEGORIES=            x11 graphics
@@ -18,9 +18,9 @@ CONFIGURE_ENV+=               LIB_MAN_SUFFIX=3
 
 # remove compatibility links that never were in pkgsrc
 post-install:
-       ${RM} ${DESTDIR}${PREFIX}/lib/libXaw.so
-       ${RM} ${DESTDIR}${PREFIX}/lib/libXaw.so.6
-       ${RM} ${DESTDIR}${PREFIX}/lib/libXaw.so.7
+       ${RM} -f ${DESTDIR}${PREFIX}/lib/libXaw.so
+       ${RM} -f ${DESTDIR}${PREFIX}/lib/libXaw.so.6
+       ${RM} -f ${DESTDIR}${PREFIX}/lib/libXaw.so.7
 
 .include "../../x11/libICE/buildlink3.mk"
 .include "../../x11/libSM/buildlink3.mk"



Home | Main Index | Thread Index | Old Index