diff options
Diffstat (limited to 'wm/icewm/Makefile.common')
-rw-r--r-- | wm/icewm/Makefile.common | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/wm/icewm/Makefile.common b/wm/icewm/Makefile.common index d0ac02ab435..c7ead630900 100644 --- a/wm/icewm/Makefile.common +++ b/wm/icewm/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.11 2002/03/08 23:17:24 jmc Exp $ +# $NetBSD: Makefile.common,v 1.12 2002/03/10 21:51:36 wiz Exp $ DISTNAME= icewm-1.0.9-2 CATEGORIES= x11 wm @@ -14,6 +14,7 @@ USE_X11BASE= # defined USE_GMAKE= # defined BUILD_USES_MSGFMT= # defined +DISTINFO_FILE= ${.CURDIR}/../../wm/icewm/distinfo FILESDIR= ${.CURDIR}/../../wm/icewm/files PATCHDIR= ${.CURDIR}/../../wm/icewm/patches WRKSRC= ${WRKDIR}/icewm-1.0.9 |