pkgsrc-Changes archive

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

CVS commit: pkgsrc/wm/pekwm



Module Name:    pkgsrc
Committed By:   pin
Date:           Sun Oct 22 19:36:42 UTC 2023

Modified Files:
        pkgsrc/wm/pekwm: Makefile

Log Message:
wm/pekwm: fix broken builds


To generate a diff of this commit:
cvs rdiff -u -r1.63 -r1.64 pkgsrc/wm/pekwm/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/pekwm/Makefile
diff -u pkgsrc/wm/pekwm/Makefile:1.63 pkgsrc/wm/pekwm/Makefile:1.64
--- pkgsrc/wm/pekwm/Makefile:1.63       Thu Oct  5 20:12:15 2023
+++ pkgsrc/wm/pekwm/Makefile    Sun Oct 22 19:36:42 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.63 2023/10/05 20:12:15 pin Exp $
+# $NetBSD: Makefile,v 1.64 2023/10/22 19:36:42 pin Exp $
 
 DISTNAME=      pekwm-0.3.0
 CATEGORIES=    wm
@@ -19,12 +19,6 @@ CMAKE_ARGS+= -DSED=${SED}
 CMAKE_ARGS+=   -DSH=${SH}
 CMAKE_ARG_PATH=        ${WRKSRC}
 
-CONFIGURE_DIRS=        build
-BUILD_DIRS=    build
-
-pre-configure:
-       ${MKDIR} ${WRKSRC}/build
-
 .include "../../mk/jpeg.buildlink3.mk"
 .include "../../graphics/png/buildlink3.mk"
 .include "../../x11/libSM/buildlink3.mk"



Home | Main Index | Thread Index | Old Index