diff options
author | erwin <erwin@FreeBSD.org> | 2003-09-09 16:56:53 +0800 |
---|---|---|
committer | erwin <erwin@FreeBSD.org> | 2003-09-09 16:56:53 +0800 |
commit | 0b0e219bc3c06be4915f4703ece54db29382127d (patch) | |
tree | 3beaec251d8e2ba0e34a2620290c82d07a63bfd7 /devel | |
parent | 8312f62dadb44738be2bb767412ef00d16277d60 (diff) | |
download | freebsd-ports-graphics-0b0e219bc3c06be4915f4703ece54db29382127d.tar.gz freebsd-ports-graphics-0b0e219bc3c06be4915f4703ece54db29382127d.tar.zst freebsd-ports-graphics-0b0e219bc3c06be4915f4703ece54db29382127d.zip |
Update to 0.14
PR: 56609
Submitted by: maintainer
Diffstat (limited to 'devel')
-rw-r--r-- | devel/buildtool/Makefile | 11 | ||||
-rw-r--r-- | devel/buildtool/distinfo | 2 | ||||
-rw-r--r-- | devel/buildtool/pkg-plist | 34 |
3 files changed, 27 insertions, 20 deletions
diff --git a/devel/buildtool/Makefile b/devel/buildtool/Makefile index 64248bfe41d..3d867a73fcc 100644 --- a/devel/buildtool/Makefile +++ b/devel/buildtool/Makefile @@ -6,7 +6,7 @@ # PORTNAME= buildtool -PORTVERSION= 0.12 +PORTVERSION= 0.14 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -15,15 +15,8 @@ MAINTAINER= sergei@kolobov.com COMMENT= A set of portable software build utilities HAS_CONFIGURE= yes -CONFIGURE_ARGS= -p ${PREFIX} +CONFIGURE_ARGS= -p ${PREFIX} -d ${DOCSDIR} MAN1= buildtool.1 -DOCS= CHANGES PEOPLE README TODO - -.if !defined(NOPORTDOCS) -post-install: - @${MKDIR} ${DOCSDIR} - cd ${WRKSRC} && ${INSTALL_DATA} ${DOCS} ${DOCSDIR} -.endif .include <bsd.port.mk> diff --git a/devel/buildtool/distinfo b/devel/buildtool/distinfo index ca78cdbbeb0..84fa9414f91 100644 --- a/devel/buildtool/distinfo +++ b/devel/buildtool/distinfo @@ -1 +1 @@ -MD5 (buildtool-0.12.tar.gz) = f355964eb899de2bdb6bf01852ba7a8b +MD5 (buildtool-0.14.tar.gz) = a132a80e0a878f312e8c4b5966700322 diff --git a/devel/buildtool/pkg-plist b/devel/buildtool/pkg-plist index ee64d990198..a0ea9ecec00 100644 --- a/devel/buildtool/pkg-plist +++ b/devel/buildtool/pkg-plist @@ -1,6 +1,7 @@ @comment $FreeBSD$ bin/buildtool bin/buildtool-0 +libexec/buildtool-0/bt-012-to-013 libexec/buildtool-0/bt_config libexec/buildtool-0/bt_dist libexec/buildtool-0/bt_doc @@ -8,14 +9,29 @@ libexec/buildtool-0/bt_lint libexec/buildtool-0/bt_logic libexec/buildtool-0/bt_make libexec/buildtool-0/bt_pkgflags +libexec/buildtool-0/bt_sh libexec/buildtool-0/bt_swcgen libexec/buildtool-0/bt_wizard +libexec/buildtool-0/bt_wrap +libexec/buildtool-0/depconv +libexec/buildtool-0/oodate @dirrm libexec/buildtool-0 share/buildtool-0/bt_config/base.subr share/buildtool-0/bt_config/pkgconfig.subr share/buildtool-0/bt_config/pthread.subr share/buildtool-0/bt_config/x11.subr @dirrm share/buildtool-0/bt_config +share/buildtool-0/bt_logic/archive.subr +share/buildtool-0/bt_logic/convert.subr +share/buildtool-0/bt_logic/depend.subr +share/buildtool-0/bt_logic/library.subr +share/buildtool-0/bt_logic/null.subr +share/buildtool-0/bt_logic/output.subr +share/buildtool-0/bt_logic/program.subr +share/buildtool-0/bt_logic/qt_program.subr +share/buildtool-0/bt_logic/shlib.subr +share/buildtool-0/bt_logic/texinfo.subr +@dirrm share/buildtool-0/bt_logic share/buildtool-0/bt_swcgen/out_conf.m4 share/buildtool-0/bt_swcgen/out_script.m4 @dirrm share/buildtool-0/bt_swcgen @@ -33,16 +49,14 @@ share/buildtool-0/mk/sys.mk @dirrm share/buildtool-0/mk share/buildtool-0/templates/README.bt share/buildtool-0/templates/bt_config.conf.in -share/buildtool-0/templates/config -share/buildtool-0/templates/defs -share/buildtool-0/templates/docs -share/buildtool-0/templates/mk_bin -share/buildtool-0/templates/mk_top share/buildtool-0/templates/pkgflags @dirrm share/buildtool-0/templates @dirrm share/buildtool-0 -%%PORTDOCS%%%%DOCSDIR%%/CHANGES -%%PORTDOCS%%%%DOCSDIR%%/PEOPLE -%%PORTDOCS%%%%DOCSDIR%%/README -%%PORTDOCS%%%%DOCSDIR%%/TODO -%%PORTDOCS%%@dirrm %%DOCSDIR%% +%%DOCSDIR%%/CHANGES +%%DOCSDIR%%/COPYING +%%DOCSDIR%%/DIFFS.bt_sh +%%DOCSDIR%%/NOTES.bt_logic +%%DOCSDIR%%/PEOPLE +%%DOCSDIR%%/README +%%DOCSDIR%%/TODO +@dirrm %%DOCSDIR%% |