diff options
author | joerg <joerg> | 2007-02-02 19:32:12 +0000 |
---|---|---|
committer | joerg <joerg> | 2007-02-02 19:32:12 +0000 |
commit | 44fdaaec7950048199162decc5356d5013a80d8f (patch) | |
tree | 725febc18ef3a4a2f94cb32e553c414924d4e3b0 /wm/sawfish | |
parent | 53cbe00f8130a46419996db62e4a7accc1532d8e (diff) | |
download | pkgsrc-44fdaaec7950048199162decc5356d5013a80d8f.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 |