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/sawfish | |
parent | 6fba567018f35fd5ef48eded59abda8cd774bb5a (diff) | |
download | pkgsrc-af9d6c57724e609717e68b663ae565d747b16ed6.tar.gz |
Modular Xorg support.
Diffstat (limited to 'wm/sawfish')
-rw-r--r-- | wm/sawfish/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
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 |