diff options
author | joerg <joerg> | 2007-02-15 14:58:19 +0000 |
---|---|---|
committer | joerg <joerg> | 2007-02-15 14:58:19 +0000 |
commit | 4a06afc49b178d4240d8a0a6fb890eec6e45f3f9 (patch) | |
tree | 420dde1256bf14951c892c68e4764ab127cd0134 /graphics/ploticus-examples | |
parent | bacd95d61710a9d33e01698cddafdae606d07618 (diff) | |
download | pkgsrc-4a06afc49b178d4240d8a0a6fb890eec6e45f3f9.tar.gz |
Modular Xorg support.
Diffstat (limited to 'graphics/ploticus-examples')
-rw-r--r-- | graphics/ploticus-examples/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/graphics/ploticus-examples/Makefile b/graphics/ploticus-examples/Makefile index e44b30bb94a..5d9b96f92ee 100644 --- a/graphics/ploticus-examples/Makefile +++ b/graphics/ploticus-examples/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2006/10/04 21:44:47 wiz Exp $ +# $NetBSD: Makefile,v 1.9 2007/02/15 14:58:22 joerg Exp $ # DISTNAME= plnode141 @@ -18,10 +18,9 @@ NO_BUILD= YES DIST_SUBDIR= ${PKGNAME_NOREV:S/-examples//} EXDIR= ${PREFIX}/share/examples/ploticus -.include "../../mk/x11.buildlink3.mk" - do-install: ${INSTALL_DATA_DIR} ${EXDIR} cd ${WRKSRC} && ${PAX} -rw -pp doc gallery tabgallery thumbnails thumbpng ${EXDIR} +.include "../../x11/libX11/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |