summaryrefslogtreecommitdiff
path: root/wm/cwm
diff options
context:
space:
mode:
authorleot <leot@pkgsrc.org>2018-09-22 11:30:23 +0000
committerleot <leot@pkgsrc.org>2018-09-22 11:30:23 +0000
commitcb13b650d23b1f10822b6ee95a9a5169f5d16f5b (patch)
tree5bd1e47287ffb9b1c117358611105b56f5e8f71f /wm/cwm
parent6800cff2ca430acabbbe0f64420dc7d287905cc4 (diff)
downloadpkgsrc-cb13b650d23b1f10822b6ee95a9a5169f5d16f5b.tar.gz
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 (limited to 'wm/cwm')
-rw-r--r--wm/cwm/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/wm/cwm/Makefile b/wm/cwm/Makefile
index 5a4ced312c5..1932a65a55c 100644
--- a/wm/cwm/Makefile
+++ b/wm/cwm/Makefile
@@ -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"