diff --git a/sysutils/conman/Makefile b/sysutils/conman/Makefile index 5079fc37932f..96d7f72fa180 100644 --- a/sysutils/conman/Makefile +++ b/sysutils/conman/Makefile @@ -1,42 +1,43 @@ PORTNAME= conman PORTVERSION= 0.3.0 DISTVERSIONPREFIX= conman- CATEGORIES= sysutils MAINTAINER= jhixson@FreeBSD.org COMMENT= Serial Console Management Program WWW= https://dun.github.io/conman/ LICENSE= GPLv3+ LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libinotify.so:devel/libinotify RUN_DEPENDS= expect>0:lang/expect \ freeipmi>1.0.4:sysutils/freeipmi USES= autoreconf gmake shebangfix perl5 USE_RC_SUBR= conmand USE_GITHUB= yes GH_ACCOUNT= dun GNU_CONFIGURE= yes +GNU_CONFIGURE_MANPREFIX=${PREFIX}/share ETCDIR= ${PREFIX}/etc CONFIGURE_ARGS= --sysconfdir=${ETCDIR} SHEBANG_GLOB= *.exp conmen SHEBANG_LANG= expect MAKE_ARGS+= CC="${CC}" PREFIX="${PREFIX}" CFLAGS+= -I${LOCALBASE}/include -std=c99 LDFLAGS+= -L${LOCALBASE}/lib -linotify post-install: ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/conman ${STRIP_CMD} ${STAGEDIR}${PREFIX}/sbin/conmand ${MKDIR} ${STAGEDIR}${ETCDIR} .include diff --git a/sysutils/conman/pkg-plist b/sysutils/conman/pkg-plist index 8eddabda463d..a59d883e4892 100644 --- a/sysutils/conman/pkg-plist +++ b/sysutils/conman/pkg-plist @@ -1,32 +1,32 @@ bin/conman bin/conmen %%ETCDIR%%/default/conman %%ETCDIR%%/init.d/conman @sample %%ETCDIR%%/conman.conf.sample @sample %%ETCDIR%%/logrotate.d/conman.sample lib/conman/alpha.exp lib/conman/conman.exp lib/conman/examples/README lib/conman/examples/boot_alpha.exp lib/conman/examples/mac.exp lib/conman/examples/rmc.exp lib/conman/examples/shell_cmd_1.exp lib/conman/examples/shell_cmd_n.exp lib/conman/examples/srm.exp lib/conman/examples/wtf.exp lib/conman/exec/README lib/conman/exec/cyclades-ssh.exp lib/conman/exec/cyclades-telnet.exp lib/conman/exec/hp-ilo.exp lib/conman/exec/hp-lo100.exp lib/conman/exec/ibm-bc.exp lib/conman/exec/ipmiconsole.exp lib/conman/exec/ipmitool.exp lib/conman/exec/ssh.exp lib/conman/exec/sun-elom.exp lib/conman/exec/sun-ilom.exp lib/conman/exec/sun-v20z-v40z.exp -man/man1/conman.1.gz -man/man5/conman.conf.5.gz -man/man8/conmand.8.gz +share/man/man1/conman.1.gz +share/man/man5/conman.conf.5.gz +share/man/man8/conmand.8.gz sbin/conmand