diff options
-rw-r--r-- | x11/gnome1-session/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/x11/gnome1-session/Makefile b/x11/gnome1-session/Makefile index 6791820f2e8..b570c8931f7 100644 --- a/x11/gnome1-session/Makefile +++ b/x11/gnome1-session/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2003/04/20 09:05:26 rh Exp $ +# $NetBSD: Makefile,v 1.2 2003/04/20 09:08:19 rh Exp $ # .include "../../x11/gnome-core/Makefile.common" @@ -18,8 +18,8 @@ CONFLICTS+= gnome-core<1.4.2nb4 BUILDLINK_DEPENDS.gnome-pixmaps=gnome{,2}-pixmaps>=1.4.2 .endif -DISTINFO_FILE= "${.CURDIR}/../../x11/gnome-core/distinfo" -PATCHDIR= "${.CURDIR}/../../x11/gnome-core/patches" +DISTINFO_FILE= ${.CURDIR}/../../x11/gnome-core/distinfo +PATCHDIR= ${.CURDIR}/../../x11/gnome-core/patches BUILD_DIRS= ${WRKSRC}/gsm BUILD_DIRS+= ${WRKSRC}/smproxy |