aboutsummaryrefslogtreecommitdiffstats
path: root/news/husky-smapi
diff options
context:
space:
mode:
authorbdrewery <bdrewery@FreeBSD.org>2015-09-22 06:09:08 +0800
committerbdrewery <bdrewery@FreeBSD.org>2015-09-22 06:09:08 +0800
commit9ce0222a16f01f576b82851d66c6b64f780d29fa (patch)
tree32d85e5b5f352cae00c190004aa74fd817559cef /news/husky-smapi
parent9a5fd2c3edadddbcfe69e3c79f78411ab191c6dd (diff)
downloadfreebsd-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-smapi')
-rw-r--r--news/husky-smapi/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/news/husky-smapi/Makefile b/news/husky-smapi/Makefile
index 1693b1a3f14b..69c4209606d9 100644
--- a/news/husky-smapi/Makefile
+++ b/news/husky-smapi/Makefile
@@ -1,9 +1,8 @@
# $FreeBSD$
PORTNAME= husky-smapi
-CATEGORIES= news mail
+PORTEPOCH= 1
-MAINTAINER= osharoiko@gmail.com
COMMENT= Husky FTN MSGAPI library
LIB_DEPENDS= libhusky.so:${PORTSDIR}/news/husky-huskylib
@@ -13,4 +12,4 @@ USE_LDCONFIG= yes
MASTERDIR= ${.CURDIR}/../husky
COMPONENT_SUBDIR= smapi
-.include <bsd.port.mk>
+.include "${MASTERDIR}/Makefile"