diff options
author | Bryan Drewery <bdrewery@FreeBSD.org> | 2015-09-21 22:09:08 +0000 |
---|---|---|
committer | Bryan Drewery <bdrewery@FreeBSD.org> | 2015-09-21 22:09:08 +0000 |
commit | 2ded93783ddc75c7b2bf26b9dc79624b6d273381 (patch) | |
tree | 32d85e5b5f352cae00c190004aa74fd817559cef /news/husky-smapi/Makefile | |
parent | b65beb26da6941b6ddfb72026f8f92ee713ca924 (diff) | |
download | ports-2ded93783ddc75c7b2bf26b9dc79624b6d273381.tar.gz ports-2ded93783ddc75c7b2bf26b9dc79624b6d273381.zip |
Notes
Diffstat (limited to 'news/husky-smapi/Makefile')
-rw-r--r-- | news/husky-smapi/Makefile | 5 |
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" |