aboutsummaryrefslogtreecommitdiffstats
path: root/audio/vorbisgain
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2016-11-03 06:45:14 +0800
committerMathieu Arnold <mat@FreeBSD.org>2016-11-03 06:45:14 +0800
commitd26ef18700dca59c35dc940097bf7b3db1369965 (patch)
treeadf234bd1f2e56ae130e9960e1467b64c9fa0ed6 /audio/vorbisgain
parent23211342637a054575d9dc1935d00c038cb6545f (diff)
downloadfreebsd-ports-gnome-d26ef18700dca59c35dc940097bf7b3db1369965.tar.gz
freebsd-ports-gnome-d26ef18700dca59c35dc940097bf7b3db1369965.tar.zst
freebsd-ports-gnome-d26ef18700dca59c35dc940097bf7b3db1369965.zip
Cleanup no longer needed CHMOD usage after r424898.
PR: 213743 Submitted by: mat Exp-run by: antoine Sponsored by: Absolight
Diffstat (limited to 'audio/vorbisgain')
-rw-r--r--audio/vorbisgain/Makefile3
1 files changed, 0 insertions, 3 deletions
diff --git a/audio/vorbisgain/Makefile b/audio/vorbisgain/Makefile
index 22a3981946bb..6e62de6ba025 100644
--- a/audio/vorbisgain/Makefile
+++ b/audio/vorbisgain/Makefile
@@ -24,7 +24,4 @@ PLIST_FILES= bin/vorbisgain \
RECURSIVE_CONFIGURE_ARGS= --enable-recursive
-pre-configure:
- @${CHMOD} +x ${WRKSRC}/configure
-
.include <bsd.port.mk>