summaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2007-01-08 15:47:39 +0000
committerjoerg <joerg@pkgsrc.org>2007-01-08 15:47:39 +0000
commitc86364b187da65f8b2f8a6e6004851da69609ae2 (patch)
tree60dbe5daa384f764b44c4b6cf5c90b84bf734a06 /misc
parentb5ce6faeebc357c294add712cdb634e2fe03d065 (diff)
downloadpkgsrc-c86364b187da65f8b2f8a6e6004851da69609ae2.tar.gz
When redirecting to xdg-dirs, there's no need to include
mk/x11.buildlink3.mk.
Diffstat (limited to 'misc')
-rw-r--r--misc/xdg-x11-dirs/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/misc/xdg-x11-dirs/Makefile b/misc/xdg-x11-dirs/Makefile
index 472659fe62d..13a71b231af 100644
--- a/misc/xdg-x11-dirs/Makefile
+++ b/misc/xdg-x11-dirs/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.13 2006/09/08 16:27:34 jmmv Exp $
+# $NetBSD: Makefile,v 1.14 2007/01/08 15:47:39 joerg Exp $
#
DISTNAME= xdg-x11-dirs-1.4
@@ -27,9 +27,9 @@ WRKSRC= ${WRKDIR}
DEPENDS+= xdg-dirs>=1.1:../../misc/xdg-dirs
.else
REQD_DIRS+= ${XDG_X11_DIRS:O:S/^/${PREFIX}\//}
+.include "../../mk/x11.buildlink3.mk"
.endif
do-install: # nothing
-.include "../../mk/x11.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"