diff options
author | John Marino <marino@FreeBSD.org> | 2014-08-19 22:10:13 +0000 |
---|---|---|
committer | John Marino <marino@FreeBSD.org> | 2014-08-19 22:10:13 +0000 |
commit | a42ec116be28ea6ecf479a22023e11ce46f3800a (patch) | |
tree | c0ad89697a6533f51e7c23b2de3c21c167e2128d /news/husky-htick | |
parent | Update to 2.2.0. (diff) |
Remove '-devel' prefix from husky* ports
Today the older unstaged husky-* ports were removed as the first part
of a transition move the development versions into their place. This
commit completes the relocation of husky-*-devel ports.
Notes
Notes:
svn path=/head/; revision=365427
Diffstat (limited to 'news/husky-htick')
-rw-r--r-- | news/husky-htick/Makefile | 24 | ||||
-rw-r--r-- | news/husky-htick/pkg-descr | 6 | ||||
-rw-r--r-- | news/husky-htick/pkg-plist | 3 |
3 files changed, 33 insertions, 0 deletions
diff --git a/news/husky-htick/Makefile b/news/husky-htick/Makefile new file mode 100644 index 000000000000..2b5947192373 --- /dev/null +++ b/news/husky-htick/Makefile @@ -0,0 +1,24 @@ +# $FreeBSD$ + +PORTNAME= husky-htick +CATEGORIES= news mail + +MAINTAINER= osharoiko@gmail.com +COMMENT= Husky FTN file ticker + +LIB_DEPENDS= libfidoconfig.so:${PORTSDIR}/news/husky-fidoconf \ + libareafix.so:${PORTSDIR}/news/husky-areafix + +ALL_TARGET= all doc +INSTALL_TARGET= install install-doc +INFO= htick +USE_LDCONFIG= yes + +MASTERDIR= ${.CURDIR}/../husky +COMPONENT_SUBDIR= htick + +post-patch: + ${REINPLACE_CMD} -e 's^/fido/etc/config^${PREFIX}/etc/fido/config^' \ + ${WRKSRC}/man/htick.1 + +.include <bsd.port.mk> diff --git a/news/husky-htick/pkg-descr b/news/husky-htick/pkg-descr new file mode 100644 index 000000000000..2164dedf93e1 --- /dev/null +++ b/news/husky-htick/pkg-descr @@ -0,0 +1,6 @@ +FTN File ticker, development version. + +htick is a part of Husky Fidosoft Project. +Husky is complete freeware suite of Fidonet applications. + +WWW: http://husky.sourceforge.net/ diff --git a/news/husky-htick/pkg-plist b/news/husky-htick/pkg-plist new file mode 100644 index 000000000000..4cb3715a33d6 --- /dev/null +++ b/news/husky-htick/pkg-plist @@ -0,0 +1,3 @@ +bin/htick +%%PORTDOCS%%man/man1/htick.1.gz +%%PORTDOCS%%share/doc/husky/htick.html |