diff options
author | joerg <joerg@pkgsrc.org> | 2012-03-06 23:25:18 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2012-03-06 23:25:18 +0000 |
commit | 51f315679e92752077d3deadb8aa1d7d3399b5dc (patch) | |
tree | a81aa6d275bba3a6625cf67f74e9e6d137f90eda /devel/libtai | |
parent | 89ae4434847f9f07494d53cd334ca4fba8b3091d (diff) | |
download | pkgsrc-51f315679e92752077d3deadb8aa1d7d3399b5dc.tar.gz |
Don't bother with catpages. Bump revision.
Diffstat (limited to 'devel/libtai')
-rw-r--r-- | devel/libtai/Makefile | 9 | ||||
-rw-r--r-- | devel/libtai/PLIST | 13 |
2 files changed, 4 insertions, 18 deletions
diff --git a/devel/libtai/Makefile b/devel/libtai/Makefile index d11ab5c601e..8c4792da5a1 100644 --- a/devel/libtai/Makefile +++ b/devel/libtai/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.5 2011/08/01 05:37:12 dholland Exp $ +# $NetBSD: Makefile,v 1.6 2012/03/06 23:25:18 joerg Exp $ # DISTNAME= libtai-0.60 -PKGREVISION= 2 +PKGREVISION= 3 CATEGORIES= devel MASTER_SITES= ${HOMEPAGE} @@ -20,16 +20,13 @@ EGDIR= share/examples/${PKGBASE} CONF_FILES+= ${EGDIR}/leapsecs.dat ${PKG_SYSCONFDIR}/leapsecs.dat INSTALLATION_DIRS= bin include lib ${EGDIR} -INSTALLATION_DIRS+= ${PKGMANDIR}/man3 ${PKGMANDIR}/cat3 +INSTALLATION_DIRS+= ${PKGMANDIR}/man3 do-install: cd ${WRKSRC}; \ for f in *.3; do \ ${INSTALL_MAN} $${f} ${DESTDIR}${PREFIX}/${PKGMANDIR}/man3; \ done; \ - for f in *.0; do \ - ${INSTALL_MAN} $${f} ${DESTDIR}${PREFIX}/${PKGMANDIR}/cat3; \ - done; \ for f in easter nowutc leapsecs yearcal; do \ ${INSTALL_PROGRAM} $${f} ${DESTDIR}${PREFIX}/bin; \ done; \ diff --git a/devel/libtai/PLIST b/devel/libtai/PLIST index 99636204e2b..54ca25b8e6e 100644 --- a/devel/libtai/PLIST +++ b/devel/libtai/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.3 2009/06/14 17:48:56 joerg Exp $ +@comment $NetBSD: PLIST,v 1.4 2012/03/06 23:25:18 joerg Exp $ bin/easter bin/leapsecs bin/nowutc @@ -10,17 +10,6 @@ include/tai.h include/taia.h include/uint64.h lib/libtai.a -man/cat3/caldate.0 -man/cat3/caldate_mjd.0 -man/cat3/caltime.0 -man/cat3/caltime_tai.0 -man/cat3/leapsecs.0 -man/cat3/tai.0 -man/cat3/tai_now.0 -man/cat3/tai_pack.0 -man/cat3/taia.0 -man/cat3/taia_now.0 -man/cat3/taia_pack.0 man/man3/caldate.3 man/man3/caldate_mjd.3 man/man3/caltime.3 |