diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2017-10-12 09:06:17 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2017-10-12 09:06:17 +0000 |
commit | d7e7e4397c0371413b972544a2295b77302b8169 (patch) | |
tree | 4e276eff5a36cfbec8aaa631c017c918d78c29da /misc/exercism | |
parent | afe4d7db849ce70469fff620467828c3e0df0ac7 (diff) | |
download | ports-d7e7e4397c0371413b972544a2295b77302b8169.tar.gz ports-d7e7e4397c0371413b972544a2295b77302b8169.zip |
Notes
Diffstat (limited to 'misc/exercism')
-rw-r--r-- | misc/exercism/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/misc/exercism/Makefile b/misc/exercism/Makefile index 262399c3aaaa..2e4bb053a70d 100644 --- a/misc/exercism/Makefile +++ b/misc/exercism/Makefile @@ -14,8 +14,6 @@ BUILD_DEPENDS= ${LOCALBASE}/bin/go:lang/go USE_GITHUB= yes GH_PROJECT= cli -STRIP= # stripping can break go binaries - PLIST_FILES= bin/exercism post-patch: |