summaryrefslogtreecommitdiff
path: root/news/husky-hpt
diff options
context:
space:
mode:
authorBryan Drewery <bdrewery@FreeBSD.org>2015-09-21 22:09:08 +0000
committerBryan Drewery <bdrewery@FreeBSD.org>2015-09-21 22:09:08 +0000
commit2ded93783ddc75c7b2bf26b9dc79624b6d273381 (patch)
tree32d85e5b5f352cae00c190004aa74fd817559cef /news/husky-hpt
parent- Update to 1.5.1 (diff)
Rework husky ports to use a more conventional MASTER/SLAVE port pattern.
- Remove Makefile.local as it is intended to be a user file that should not be committed. Its documentation is poor (r12873) but users are relying on it. - Remove CONFLICTS as for every port it just conflicted with itself. With hat: portmgr
Notes
Notes: svn path=/head/; revision=397523
Diffstat (limited to 'news/husky-hpt')
-rw-r--r--news/husky-hpt/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/news/husky-hpt/Makefile b/news/husky-hpt/Makefile
index c992677ea042..9243d282f396 100644
--- a/news/husky-hpt/Makefile
+++ b/news/husky-hpt/Makefile
@@ -1,9 +1,7 @@
# $FreeBSD$
PORTNAME= husky-hpt
-CATEGORIES= news mail
-MAINTAINER= osharoiko@gmail.com
COMMENT= Husky FTN tosser
LIB_DEPENDS= libfidoconfig.so:${PORTSDIR}/news/husky-fidoconf \
@@ -25,4 +23,4 @@ post-patch:
${REINPLACE_CMD} -e 's^/fido/etc/config^${PREFIX}/etc/fido/config^' \
${WRKSRC}/man/txt2pkt.1
-.include <bsd.port.mk>
+.include "${MASTERDIR}/Makefile"