pkgsrc-Changes archive

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

CVS commit: pkgsrc/wm/cwm



Module Name:    pkgsrc
Committed By:   leot
Date:           Sat Sep 22 11:30:23 UTC 2018

Modified Files:
        pkgsrc/wm/cwm: Makefile

Log Message:
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)).


To generate a diff of this commit:
cvs rdiff -u -r1.20 -r1.21 pkgsrc/wm/cwm/Makefile

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

Modified files:

Index: pkgsrc/wm/cwm/Makefile
diff -u pkgsrc/wm/cwm/Makefile:1.20 pkgsrc/wm/cwm/Makefile:1.21
--- pkgsrc/wm/cwm/Makefile:1.20 Sat Sep 22 06:32:11 2018
+++ pkgsrc/wm/cwm/Makefile      Sat Sep 22 11:30:23 2018
@@ -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 @@ LICENSE=      isc
 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