diff options
author | schmonz <schmonz@pkgsrc.org> | 2007-03-15 05:30:45 +0000 |
---|---|---|
committer | schmonz <schmonz@pkgsrc.org> | 2007-03-15 05:30:45 +0000 |
commit | faa8c3f4b60b1d22a78d2fdbbdcc7de4f19a118d (patch) | |
tree | dc427c60d3a548c2547fecf1ab5f68b5968b0dd3 /devel | |
parent | a874dc6a3cc0084df7ad12ac7f335313e99575f2 (diff) | |
download | pkgsrc-faa8c3f4b60b1d22a78d2fdbbdcc7de4f19a118d.tar.gz |
Fix path to examples.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/libtai/Makefile | 4 | ||||
-rw-r--r-- | devel/libtai/PLIST | 9 |
2 files changed, 6 insertions, 7 deletions
diff --git a/devel/libtai/Makefile b/devel/libtai/Makefile index c8eed144353..5670d4454dd 100644 --- a/devel/libtai/Makefile +++ b/devel/libtai/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2007/03/15 05:27:12 schmonz Exp $ +# $NetBSD: Makefile,v 1.2 2007/03/15 05:30:45 schmonz Exp $ # DISTNAME= libtai-0.60 @@ -13,7 +13,7 @@ DJB_RESTRICTED= NO USE_TOOLS+= nroff -EGDIR= share/doc/examples/${PKGBASE} +EGDIR= share/examples/${PKGBASE} CONF_FILES+= ${EGDIR}/leapsecs.dat ${PKG_SYSCONFDIR}/leapsecs.dat INSTALLATION_DIRS= bin include lib ${EGDIR} diff --git a/devel/libtai/PLIST b/devel/libtai/PLIST index 5671dbeb7ae..1f3353256dc 100644 --- a/devel/libtai/PLIST +++ b/devel/libtai/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.1.1.1 2007/03/15 05:27:12 schmonz Exp $ +@comment $NetBSD: PLIST,v 1.2 2007/03/15 05:30:45 schmonz Exp $ bin/easter bin/leapsecs bin/nowutc @@ -32,7 +32,6 @@ man/man3/tai_pack.3 man/man3/taia.3 man/man3/taia_now.3 man/man3/taia_pack.3 -share/doc/examples/libtai/leapsecs.dat -share/doc/examples/libtai/leapsecs.txt -@dirrm share/doc/examples/libtai -@dirrm share/doc/examples +share/examples/libtai/leapsecs.dat +share/examples/libtai/leapsecs.txt +@dirrm share/examples/libtai |