diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2016-11-03 06:45:14 +0800 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2016-11-03 06:45:14 +0800 |
commit | d26ef18700dca59c35dc940097bf7b3db1369965 (patch) | |
tree | adf234bd1f2e56ae130e9960e1467b64c9fa0ed6 /audio/vorbisgain | |
parent | 23211342637a054575d9dc1935d00c038cb6545f (diff) | |
download | freebsd-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/Makefile | 3 |
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> |