aboutsummaryrefslogtreecommitdiff
path: root/news/husky-smapi/Makefile
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-smapi/Makefile
parentb65beb26da6941b6ddfb72026f8f92ee713ca924 (diff)
downloadports-2ded93783ddc75c7b2bf26b9dc79624b6d273381.tar.gz
ports-2ded93783ddc75c7b2bf26b9dc79624b6d273381.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
Notes
Notes: svn path=/head/; revision=397523
Diffstat (limited to 'news/husky-smapi/Makefile')
-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"