pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/wm/cwm cwm: Remove NO_CONFIGURE (NFC)



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c5aec87f6461
branches:  trunk
changeset: 313011:c5aec87f6461
user:      leot <leot%pkgsrc.org@localhost>
date:      Sat Sep 22 11:30:23 2018 +0000

description:
cwm: Remove NO_CONFIGURE (NFC)

Remove a not strictly needed NO_CONFIGURE (the package does not have any
configure script but it is safer to have a `configure' phase in order to avoid
possible problems (e.g. if SUBST is used and configure phases are referenced)).

diffstat:

 wm/cwm/Makefile |  3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diffs (17 lines):

diff -r 480d7ae10b11 -r c5aec87f6461 wm/cwm/Makefile
--- a/wm/cwm/Makefile   Sat Sep 22 11:25:21 2018 +0000
+++ b/wm/cwm/Makefile   Sat Sep 22 11:30:23 2018 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.20 2018/09/22 06:32:11 maya Exp $
+# $NetBSD: Makefile,v 1.21 2018/09/22 11:30:23 leot Exp $
 
 DISTNAME=      cwm-6.3
 CATEGORIES=    wm
@@ -13,7 +13,6 @@
 EXTRACT_USING= gtar
 USE_TOOLS+=    pkg-config yacc
 
-NO_CONFIGURE=  yes
 INSTALL_ENV+=  MANPREFIX=${PREFIX}/${PKGMANDIR}
 
 .include "../../x11/libX11/buildlink3.mk"



Home | Main Index | Thread Index | Old Index