diff options
author | joerg <joerg@pkgsrc.org> | 2007-02-02 19:32:12 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2007-02-02 19:32:12 +0000 |
commit | af9d6c57724e609717e68b663ae565d747b16ed6 (patch) | |
tree | 725febc18ef3a4a2f94cb32e553c414924d4e3b0 /wm | |
parent | 6fba567018f35fd5ef48eded59abda8cd774bb5a (diff) | |
download | pkgsrc-af9d6c57724e609717e68b663ae565d747b16ed6.tar.gz |
Modular Xorg support.
Diffstat (limited to 'wm')
-rw-r--r-- | wm/sawfish-themes/Makefile | 4 | ||||
-rw-r--r-- | wm/sawfish/Makefile | 4 |
2 files changed, 2 insertions, 6 deletions
diff --git a/wm/sawfish-themes/Makefile b/wm/sawfish-themes/Makefile index 0329dabf162..a2c05936b10 100644 --- a/wm/sawfish-themes/Makefile +++ b/wm/sawfish-themes/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 2007/01/09 05:40:21 rillig Exp $ +# $NetBSD: Makefile,v 1.15 2007/02/02 19:32:48 joerg Exp $ DISTNAME= sawfish-themes-0.2 PKGREVISION= 6 @@ -23,8 +23,6 @@ CHECK_INTERPRETER_SKIP+= *.pl .include "../../mk/bsd.prefs.mk" -.include "../../mk/x11.buildlink3.mk" - pre-fetch: @${ECHO} "===========================================================" @${ECHO} diff --git a/wm/sawfish/Makefile b/wm/sawfish/Makefile index bd999334c5e..85f65aeddbd 100644 --- a/wm/sawfish/Makefile +++ b/wm/sawfish/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.39 2006/06/22 10:25:34 joerg Exp $ +# $NetBSD: Makefile,v 1.40 2007/02/02 19:32:12 joerg Exp $ # PKGNAME= sawfish-${SF_VERS} @@ -20,8 +20,6 @@ INFO_FILES= # PLIST PLIST_SUBST+= SF_VERS=${SF_VERS:Q} -.include "../../mk/x11.buildlink3.mk" - post-install: ${INSTALL_DATA_DIR} ${PREFIX}/share/sawfish/themes ${TOUCH} ${PREFIX}/share/sawfish/themes/.directory |