Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 4 Jul 2021 20:32:41 GMT
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: f13be788ed89 - main - audio/qsampler: Remove unnecessary targets
Message-ID:  <202107042032.164KWfki016254@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by yuri:

URL: https://cgit.FreeBSD.org/ports/commit/?id=f13be788ed89630a1b93a8bace84310bd1b81b31

commit f13be788ed89630a1b93a8bace84310bd1b81b31
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2021-07-04 20:32:10 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2021-07-04 20:32:39 +0000

    audio/qsampler: Remove unnecessary targets
---
 audio/qsampler/Makefile | 7 -------
 1 file changed, 7 deletions(-)

diff --git a/audio/qsampler/Makefile b/audio/qsampler/Makefile
index 037a7eb9cd3c..06d89710b9a5 100644
--- a/audio/qsampler/Makefile
+++ b/audio/qsampler/Makefile
@@ -24,11 +24,4 @@ USE_QT=		core gui network widgets x11extras \
 USE_GITHUB=	yes
 GH_ACCOUNT=	rncbc
 
-post-configure:
-	@cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${QMAKE} -o ${PORTNAME}.mak \
-		${QMAKE_ARGS}
-
-post-install:
-	@${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/qsampler
-
 .include <bsd.port.mk>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202107042032.164KWfki016254>