diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2014-07-18 15:41:41 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2014-07-18 15:41:41 +0000 |
commit | b46b8b7bb9cc91bcf0bead191b1d402907aa8465 (patch) | |
tree | d9aa61d5bd835bac40800b0afccb328b6ddf5427 /ftp/curl-hiphop/Makefile | |
parent | - Fix build of ftp/curl-hiphop (diff) |
- Support STAGEDIR
Approved by: portmgr (blanket)
Notes
Notes:
svn path=/head/; revision=362213
Diffstat (limited to 'ftp/curl-hiphop/Makefile')
-rw-r--r-- | ftp/curl-hiphop/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ftp/curl-hiphop/Makefile b/ftp/curl-hiphop/Makefile index c876d47fbea3..1ee9655e78ac 100644 --- a/ftp/curl-hiphop/Makefile +++ b/ftp/curl-hiphop/Makefile @@ -21,7 +21,6 @@ DESCR= ${.CURDIR}/pkg-descr MASTERDIR= ${.CURDIR}/../curl -NO_STAGE= yes do-install: .for dir in include lib @cd ${WRKSRC}/${dir} && \ |