diff options
author | bapt <bapt@FreeBSD.org> | 2013-07-12 20:28:43 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-07-12 20:28:43 +0800 |
commit | 51e51c24e488efa33ff7fddf238ba986707dd60f (patch) | |
tree | 1b3c83f3fdc06116f62fc1595ad8d30ee4c5031a /news/husky-hpt | |
parent | 7ba6cf2f966dc21ea60d96afa179425c288ecb80 (diff) | |
download | freebsd-ports-gnome-51e51c24e488efa33ff7fddf238ba986707dd60f.tar.gz freebsd-ports-gnome-51e51c24e488efa33ff7fddf238ba986707dd60f.tar.zst freebsd-ports-gnome-51e51c24e488efa33ff7fddf238ba986707dd60f.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
Diffstat (limited to 'news/husky-hpt')
-rw-r--r-- | news/husky-hpt/Makefile | 11 |
1 files changed, 3 insertions, 8 deletions
diff --git a/news/husky-hpt/Makefile b/news/husky-hpt/Makefile index 9aa9f9041676..bb65a47508a8 100644 --- a/news/husky-hpt/Makefile +++ b/news/husky-hpt/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: husky-hpt -# Date created: 6 January 2003 -# Whom: Max Khon -# +# Created by: Max Khon # $FreeBSD$ -# PORTNAME= hpt PORTVERSION= 1.2.4 @@ -44,6 +40,5 @@ post-build: post-install: @cd ${WRKSRC}/doc && ${GMAKE} ${MAKE_ARGS} install -.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> |