Index: head/comms/tio/Makefile =================================================================== --- head/comms/tio/Makefile (revision 453757) +++ head/comms/tio/Makefile (revision 453758) @@ -1,33 +1,28 @@ # $FreeBSD$ PORTNAME= tio DISTVERSIONPREFIX= v DISTVERSION= 1.26 CATEGORIES= comms MAINTAINER= dg@syrec.org COMMENT= Simple TTY terminal I/O application LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/LICENSE USES= autoreconf GNU_CONFIGURE= yes USE_GITHUB= yes -OPTIONS_DEFINE= BASH +OPTIONS_DEFINE= BASH DOCS OPTIONS_DEFAULT= BASH OPTIONS_SUB= yes BASH_CONFIGURE_WITH= bash-completion-dir - -PLIST_FILES= bin/tio \ - man/man1/tio.1.gz \ - %%BASH%%share/bash-completion/completions/tio \ - %%PORTDOCS%%%%DOCSDIR%%/README \ post-install: ${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_MAN} ${WRKSRC}/README ${STAGEDIR}${DOCSDIR} .include Index: head/comms/tio/pkg-plist =================================================================== --- head/comms/tio/pkg-plist (nonexistent) +++ head/comms/tio/pkg-plist (revision 453758) @@ -0,0 +1,4 @@ +bin/tio +man/man1/tio.1.gz +%%BASH%%share/bash-completion/completions/tio +%%PORTDOCS%%%%DOCSDIR%%/README Property changes on: head/comms/tio/pkg-plist ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property