aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYuri Victorovich <yuri@FreeBSD.org>2021-07-04 20:32:10 +0000
committerYuri Victorovich <yuri@FreeBSD.org>2021-07-04 20:32:39 +0000
commitf13be788ed89630a1b93a8bace84310bd1b81b31 (patch)
treed8c9bc5aa0b826420ad7f97f9e9aa175516824c9
parent56b799afc1fd0e3edd5d45f118bbe522ac2fa0bc (diff)
downloadports-f13be788ed89630a1b93a8bace84310bd1b81b31.tar.gz
ports-f13be788ed89630a1b93a8bace84310bd1b81b31.zip
audio/qsampler: Remove unnecessary targets
-rw-r--r--audio/qsampler/Makefile7
1 files changed, 0 insertions, 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>