diff options
Diffstat (limited to 'news/husky-hpt/Makefile')
-rw-r--r-- | news/husky-hpt/Makefile | 4 |
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" |