diff options
Diffstat (limited to 'wm/icewm')
-rw-r--r-- | wm/icewm/Makefile | 5 | ||||
-rw-r--r-- | wm/icewm/Makefile.common | 4 |
2 files changed, 4 insertions, 5 deletions
diff --git a/wm/icewm/Makefile b/wm/icewm/Makefile index ad39475bfcf..ae1ca1b05a8 100644 --- a/wm/icewm/Makefile +++ b/wm/icewm/Makefile @@ -1,9 +1,10 @@ -# $NetBSD: Makefile,v 1.3 2001/06/30 10:25:01 zuntum Exp $ +# $NetBSD: Makefile,v 1.4 2001/08/24 05:35:17 jlam Exp $ # COMMENT= small, fast and light-weight window manager CONFLICTS+= icewm-gnome-[0-9]* -.include "../../graphics/xpm/buildlink.mk" .include "../../wm/icewm/Makefile.common" +.include "../../graphics/xpm/buildlink.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/wm/icewm/Makefile.common b/wm/icewm/Makefile.common index 6e1a9dffa07..8a700240a76 100644 --- a/wm/icewm/Makefile.common +++ b/wm/icewm/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.4 2001/06/30 10:25:01 zuntum Exp $ +# $NetBSD: Makefile.common,v 1.5 2001/08/24 05:35:17 jlam Exp $ # DISTNAME= icewm-1.0.4 @@ -37,5 +37,3 @@ post-install: ${INSTALL_DATA} ${WRKSRC}/$${file} ${DOCDIR}; \ done ${INSTALL_DATA} ${WRKSRC}/doc/icewm*.html ${HTMLDIR} - -.include "../../mk/bsd.pkg.mk" |