diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2014-01-17 21:34:21 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2014-01-17 21:34:21 +0000 |
commit | ab55716c87f0d1465d08408d3c80af098105e927 (patch) | |
tree | 744cc03561b85c8512abb8fb6a39f7adedacd67c | |
parent | 14e6ab71f996ad4b9f2bb5ce962138303eeae16c (diff) |
Stage support
Notes
Notes:
svn path=/head/; revision=340114
-rw-r--r-- | devel/buildtool/Makefile | 5 | ||||
-rw-r--r-- | devel/buildtool/pkg-plist | 1 |
2 files changed, 2 insertions, 4 deletions
diff --git a/devel/buildtool/Makefile b/devel/buildtool/Makefile index 7b279bed815e..1079d5e1ea71 100644 --- a/devel/buildtool/Makefile +++ b/devel/buildtool/Makefile @@ -7,12 +7,9 @@ CATEGORIES= devel MASTER_SITES= SF MAINTAINER= ports@FreeBSD.org -COMMENT= A set of portable software build utilities +COMMENT= Set of portable software build utilities HAS_CONFIGURE= yes CONFIGURE_ARGS= -p ${PREFIX} -d ${DOCSDIR} -MAN1= buildtool.1 - -NO_STAGE= yes .include <bsd.port.mk> diff --git a/devel/buildtool/pkg-plist b/devel/buildtool/pkg-plist index 5bd589b59179..0c324d64ebae 100644 --- a/devel/buildtool/pkg-plist +++ b/devel/buildtool/pkg-plist @@ -10,6 +10,7 @@ libexec/buildtool/bt_sh libexec/buildtool/bt_swcgen libexec/buildtool/bt_wizard libexec/buildtool/depconv +man/man1/buildtool.1.gz share/buildtool/bt_config/base.subr share/buildtool/bt_config/pkgconfig.subr share/buildtool/bt_config/pthread.subr |