diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-07-10 21:11:24 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-07-10 21:11:24 +0000 |
commit | f83b34b741cf3b63a8bd069695a3716c61e941d5 (patch) | |
tree | ca33e8ef1623b45839b76b5cb334d0dbf9c59746 /audio | |
parent | dd522563f0d8b1350036a13d35ee15d09e4a249f (diff) |
Fix pure by removing the useless pre.mk/post.mk dancing
Convert to USES=gmake
Reported by: marino
Notes
Notes:
svn path=/head/; revision=322733
Diffstat (limited to 'audio')
-rw-r--r-- | audio/pure-audio/Makefile | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/audio/pure-audio/Makefile b/audio/pure-audio/Makefile index 09fe2cb64e8f..0703b5e24574 100644 --- a/audio/pure-audio/Makefile +++ b/audio/pure-audio/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: pure-gtk -# Date created: 2011-03-18 -# Whom: Zhihao Yuan <lichray@gmail.com> -# +# Created by: Zhihao Yuan <lichray@gmail.com> # $FreeBSD$ -# PORTNAME= pure-audio PORTVERSION= 0.5 @@ -25,6 +21,5 @@ post-patch: -e "s|portaudio.h|portaudio2/portaudio.h|g" \ ${WRKSRC}/Makefile -.include <bsd.port.pre.mk> .include "${PORTSDIR}/lang/pure/bsd.pure.mk" -.include <bsd.port.post.mk> +.include <bsd.port.mk> |