diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-07-12 12:28:43 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-07-12 12:28:43 +0000 |
commit | 55c7913e0e5586214700e09ffe42c22a69928aac (patch) | |
tree | 1b3c83f3fdc06116f62fc1595ad8d30ee4c5031a /news/husky-smapi-devel | |
parent | 64b2bdb44b2e9e24e7c0ba322f62878720552cd4 (diff) | |
download | ports-55c7913e0e5586214700e09ffe42c22a69928aac.tar.gz ports-55c7913e0e5586214700e09ffe42c22a69928aac.zip |
Notes
Diffstat (limited to 'news/husky-smapi-devel')
-rw-r--r-- | news/husky-smapi-devel/Makefile | 11 |
1 files changed, 3 insertions, 8 deletions
diff --git a/news/husky-smapi-devel/Makefile b/news/husky-smapi-devel/Makefile index c0dc7d799181..05b4ec599700 100644 --- a/news/husky-smapi-devel/Makefile +++ b/news/husky-smapi-devel/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: husky-smapi-devel -# Date created: 2005-10-26 -# Whom: Oleg Sharoiko <os@rsu.ru> -# +# Created by: Oleg Sharoiko <os@rsu.ru> # $FreeBSD$ -# PORTNAME= smapi DISTVERSION= 2.4-rc5 @@ -17,6 +13,5 @@ CONFLICTS= husky-smapi-[0-9]* USE_LDCONFIG= yes -.include <bsd.port.pre.mk> -.include "${.CURDIR}/../../news/husky-base-devel/Makefile.inc" -.include <bsd.port.post.mk> +.include "${.CURDIR}/../husky-base-devel/Makefile.inc" +.include <bsd.port.mk> |