aboutsummaryrefslogtreecommitdiff
path: root/news/husky-sqpack
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2013-07-12 12:28:43 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2013-07-12 12:28:43 +0000
commit55c7913e0e5586214700e09ffe42c22a69928aac (patch)
tree1b3c83f3fdc06116f62fc1595ad8d30ee4c5031a /news/husky-sqpack
parent64b2bdb44b2e9e24e7c0ba322f62878720552cd4 (diff)
downloadports-55c7913e0e5586214700e09ffe42c22a69928aac.tar.gz
ports-55c7913e0e5586214700e09ffe42c22a69928aac.zip
Do not define gmake usage after pre.mk
While here: - trim headers - convert to uses=gmake - remove now useless pre.mk/post.mk dancing
Notes
Notes: svn path=/head/; revision=322828
Diffstat (limited to 'news/husky-sqpack')
-rw-r--r--news/husky-sqpack/Makefile11
1 files changed, 3 insertions, 8 deletions
diff --git a/news/husky-sqpack/Makefile b/news/husky-sqpack/Makefile
index 47664544ea75..256cc82d1d81 100644
--- a/news/husky-sqpack/Makefile
+++ b/news/husky-sqpack/Makefile
@@ -1,9 +1,5 @@
-# New ports collection makefile for: husky-sqpack
-# Date created: 6 January 2003
-# Whom: Max Khon
-#
+# Created by: Max Khon
# $FreeBSD$
-#
PORTNAME= sqpack
PORTVERSION= 1.2.4
@@ -25,6 +21,5 @@ post-patch:
@${REINPLACE_CMD} -e 's^/etc/fido/config^${PREFIX}/etc/fido/config^' \
${WRKSRC}/sqpack.1
-.include <bsd.port.pre.mk>
-.include "${PORTSDIR}/news/husky-base/Makefile.inc"
-.include <bsd.port.post.mk>
+.include "${.CURDIR}/../husky-base/Makefile.inc"
+.include <bsd.port.mk>