summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjoerg <joerg>2007-01-08 15:47:39 +0000
committerjoerg <joerg>2007-01-08 15:47:39 +0000
commit3507525b36fd1e3117d831c524530e67bef3ed1d (patch)
tree60dbe5daa384f764b44c4b6cf5c90b84bf734a06
parentbb82da004369b8e943e2ffd25024d93e77347961 (diff)
downloadpkgsrc-3507525b36fd1e3117d831c524530e67bef3ed1d.tar.gz
When redirecting to xdg-dirs, there's no need to include
mk/x11.buildlink3.mk.
-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"