pkgsrc-Changes archive

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

CVS commit: pkgsrc/x11/rxvt



Module Name:    pkgsrc
Committed By:   pho
Date:           Wed Nov 24 06:35:51 UTC 2021

Modified Files:
        pkgsrc/x11/rxvt: Makefile

Log Message:
Fix a build failure occuring when x11/rxvt is already installed

It's presumably a leftover from pre-DESTDIR era. Also added a missing
LICENSE field.


To generate a diff of this commit:
cvs rdiff -u -r1.64 -r1.65 pkgsrc/x11/rxvt/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/rxvt/Makefile
diff -u pkgsrc/x11/rxvt/Makefile:1.64 pkgsrc/x11/rxvt/Makefile:1.65
--- pkgsrc/x11/rxvt/Makefile:1.64       Sun Sep 19 08:41:13 2021
+++ pkgsrc/x11/rxvt/Makefile    Wed Nov 24 06:35:51 2021
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.64 2021/09/19 08:41:13 nia Exp $
+# $NetBSD: Makefile,v 1.65 2021/11/24 06:35:51 pho Exp $
 
 DISTNAME=              rxvt-2.7.10
 PKGREVISION=           9
@@ -8,6 +8,7 @@ MASTER_SITES=           ${MASTER_SITE_SOURCEFORGE
 MAINTAINER=            gcw%rxvt.org@localhost
 HOMEPAGE=              https://sourceforge.net/projects/rxvt
 COMMENT=               Low memory usage xterm replacement that supports color
+LICENSE=               gnu-gpl-v2
 
 GNU_CONFIGURE=         YES
 
@@ -58,9 +59,7 @@ post-patch:
 INSTALLATION_DIRS=     lib/X11/app-defaults
 
 pre-install:
-       if [ ! -f ${PREFIX}/lib/X11/app-defaults/Rxvt ]; then \
-               ${INSTALL_DATA} ${FILESDIR}/Rxvt ${DESTDIR}${PREFIX}/lib/X11/app-defaults; \
-       fi
+       ${INSTALL_DATA} ${FILESDIR}/Rxvt ${DESTDIR}${PREFIX}/lib/X11/app-defaults
 
 .include "../../x11/libXpm/buildlink3.mk"
 .include "../../x11/libXt/buildlink3.mk"



Home | Main Index | Thread Index | Old Index