diff options
author | cvs2svn <cvs2svn@FreeBSD.org> | 2003-12-12 19:19:02 +0000 |
---|---|---|
committer | cvs2svn <cvs2svn@FreeBSD.org> | 2003-12-12 19:19:02 +0000 |
commit | a0848d727648aa70f6a89c013203f2b82a4e972e (patch) | |
tree | 37ec8e378ec2d731e9ba9c15cd58724325a5637c /news/husky-htick-devel/Makefile | |
parent | Fix build by syncing with gaim-0.73. (diff) |
This commit was manufactured by cvs2svn to create tag 'RELEASE_5_2_0'.release/5.2.0
Diffstat (limited to 'news/husky-htick-devel/Makefile')
-rw-r--r-- | news/husky-htick-devel/Makefile | 35 |
1 files changed, 0 insertions, 35 deletions
diff --git a/news/husky-htick-devel/Makefile b/news/husky-htick-devel/Makefile deleted file mode 100644 index 316022d5a62f..000000000000 --- a/news/husky-htick-devel/Makefile +++ /dev/null @@ -1,35 +0,0 @@ -# New ports collection makefile for: husky-htick -# Date created: 6 January 2003 -# Whom: Max Khon -# -# $FreeBSD$ -# - -PORTNAME= htick -PORTVERSION= 1.0.4 -CATEGORIES= news mail -DISTNAME= ${PORTNAME}-${PORTVERSION}-src - -MAINTAINER= fjoe@FreeBSD.org -COMMENT= FTN File ticker - -LIB_DEPENDS= fidoconfig.0:${PORTSDIR}/news/husky-fidoconf - -USE_REINPLACE= yes - -MAN1= htick.1 -INFO= htick - -post-patch: - @${REINPLACE_CMD} -e 's^/fido/etc/config^${PREFIX}/etc/fido/config^' \ - ${WRKSRC}/man/htick.1 - -post-build: - @cd ${WRKSRC}/doc && ${GMAKE} ${MAKE_ARGS} all - -post-install: - @cd ${WRKSRC}/doc && ${GMAKE} ${MAKE_ARGS} install - -.include <bsd.port.pre.mk> -.include "${PORTSDIR}/news/husky-base/Makefile.inc" -.include <bsd.port.post.mk> |