diff options
author | bdrewery <bdrewery@FreeBSD.org> | 2015-09-22 06:09:08 +0800 |
---|---|---|
committer | bdrewery <bdrewery@FreeBSD.org> | 2015-09-22 06:09:08 +0800 |
commit | 9ce0222a16f01f576b82851d66c6b64f780d29fa (patch) | |
tree | 32d85e5b5f352cae00c190004aa74fd817559cef /news/husky-fidoconf | |
parent | 9a5fd2c3edadddbcfe69e3c79f78411ab191c6dd (diff) | |
download | freebsd-ports-gnome-9ce0222a16f01f576b82851d66c6b64f780d29fa.tar.gz freebsd-ports-gnome-9ce0222a16f01f576b82851d66c6b64f780d29fa.tar.zst freebsd-ports-gnome-9ce0222a16f01f576b82851d66c6b64f780d29fa.zip |
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
Diffstat (limited to 'news/husky-fidoconf')
-rw-r--r-- | news/husky-fidoconf/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/news/husky-fidoconf/Makefile b/news/husky-fidoconf/Makefile index 09c99ebea3df..d7ba043dbbad 100644 --- a/news/husky-fidoconf/Makefile +++ b/news/husky-fidoconf/Makefile @@ -1,9 +1,7 @@ # $FreeBSD$ PORTNAME= husky-fidoconf -CATEGORIES= news mail -MAINTAINER= osharoiko@gmail.com COMMENT= Husky FTN configuration library LIB_DEPENDS= libsmapi.so:${PORTSDIR}/news/husky-smapi @@ -39,4 +37,4 @@ post-install: ${LN} -sf fconf2.1 ${STAGEDIR}${PREFIX}/man/man1/fconf2tornado.1 ${LN} -sf fconf2.1 ${STAGEDIR}${PREFIX}/man/man1/fecfg2fconf.1 -.include <bsd.port.mk> +.include "${MASTERDIR}/Makefile" |