diff options
Diffstat (limited to 'www')
-rw-r--r-- | www/go-www/Makefile | 2 | ||||
-rw-r--r-- | www/grafana3/Makefile | 2 | ||||
-rw-r--r-- | www/minio-client/Makefile | 1 | ||||
-rw-r--r-- | www/uchiwa/Makefile | 2 |
4 files changed, 0 insertions, 7 deletions
diff --git a/www/go-www/Makefile b/www/go-www/Makefile index 7f7fcbf009f4..e9704de3a66f 100644 --- a/www/go-www/Makefile +++ b/www/go-www/Makefile @@ -19,8 +19,6 @@ GH_ACCOUNT= nbari:DEFAULT GH_TUPLE= golang:crypto:847319b:crypto/src/golang.org/x/crypto GH_SUBDIR= src/github.com/nbari/${PORTNAME} -STRIP= # stripping can break go binaries - PLIST_FILES= bin/www post-patch: diff --git a/www/grafana3/Makefile b/www/grafana3/Makefile index 8430ebe62c50..e8e027be08b4 100644 --- a/www/grafana3/Makefile +++ b/www/grafana3/Makefile @@ -97,8 +97,6 @@ SUB_LIST+= GRAFANA_USER=${GRAFANA_USER} \ PLIST_SUB+= GRAFANAHOMEDIR=${GRAFANAHOMEDIR} -STRIP= - post-extract: @${MKDIR} ${WRKSRC}/src/github.com/grafana/grafana .for src in .bowerrc .bra.toml .editorconfig .github .gitignore .hooks \ diff --git a/www/minio-client/Makefile b/www/minio-client/Makefile index cf12815dbb40..7e8459fda53e 100644 --- a/www/minio-client/Makefile +++ b/www/minio-client/Makefile @@ -32,7 +32,6 @@ GH_TAGNAME= RELEASE.2017-02-06T20-16-19Z GH_SUBDIR= src/github.com/${GH_ACCOUNT}/${GH_PROJECT} MAKE_ENV= GOPATH=${WRKSRC} GOROOT=${LOCALBASE}/go -STRIP= # stripping can break go binaries PLIST_FILES= bin/${MC} do-build: diff --git a/www/uchiwa/Makefile b/www/uchiwa/Makefile index 16b33c750070..6d2a7588edc7 100644 --- a/www/uchiwa/Makefile +++ b/www/uchiwa/Makefile @@ -46,8 +46,6 @@ GH_TUPLE+= kless:osutil:3ac994847c4376a4b905fc0a19f450c5a4bec647:klessosutil/src USERS= uchiwa GROUPS= uchiwa -STRIP= # - post-extract: @${MKDIR} ${WRKSRC}/src/github.com/${GH_ACCOUNT}/${PORTNAME} .for src in .travis.yml Gruntfile.js bower.json package.json uchiwa \ |