diff options
-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 |