diff options
author | rh <rh@pkgsrc.org> | 2003-04-20 09:08:19 +0000 |
---|---|---|
committer | rh <rh@pkgsrc.org> | 2003-04-20 09:08:19 +0000 |
commit | 5d3eca59c146c2000a8ab3ccc252aa588eb64c78 (patch) | |
tree | 38365b6f2bd5cb4faaad2dd37341b3c8dff13c14 /x11/gnome1-session/Makefile | |
parent | 2d57d06eb7aa1b11ffcbe0fde929bc28a387916c (diff) | |
download | pkgsrc-5d3eca59c146c2000a8ab3ccc252aa588eb64c78.tar.gz |
Remove quotes around DISTINFO_FILE and PATCH_DIR to make pkglint happy.
Diffstat (limited to 'x11/gnome1-session/Makefile')
-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 |