diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2003-09-04 14:27:06 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2003-09-04 14:27:06 +0000 |
commit | d770dab6c909e450dd60b952d1efbfc5c1208d66 (patch) | |
tree | 7acc03d33201dfa850ab7e85615d5dfe43e27154 /www/aria/Makefile | |
parent | [patch] fix install for audio/tracker, pacify portlint (diff) |
- Fix build
- Use DOCSDIR macro
PR: 56437
Submitted by: Ports Fury
Notes
Notes:
svn path=/head/; revision=88543
Diffstat (limited to 'www/aria/Makefile')
-rw-r--r-- | www/aria/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/www/aria/Makefile b/www/aria/Makefile index 02c288bad8cc..a994bafe9a95 100644 --- a/www/aria/Makefile +++ b/www/aria/Makefile @@ -45,8 +45,10 @@ post-patch: ${WRKSRC}/src/Makefile.in @${REINPLACE_CMD} -e 's|"getopt.h"|<getopt.h>|g' \ ${WRKSRC}/src/main.cc + +pre-build: .for file in src/AppOption.cc src/HistoryWindow.cc src/RetrieveHTTP.cc \ - src/RetrieveHTTP2.cc src/gui_file_open_and_save.cc + src/RetrieveHTTP2.cc src/gui_file_open_and_save.cc @cd ${WRKSRC} && ${MV} ${file} ${file}.pre_iconv \ && iconv -c -t ascii ${file}.pre_iconv > ${file} || ${TRUE} .endfor |