Changeset 83178
- Timestamp:
- 08/27/11 03:07:27 (4 years ago)
- File:
-
- 1 edited
-
trunk/dports/net/nsping/Portfile (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/dports/net/nsping/Portfile
r36370 r83178 22 22 extract.post_args | gnutar -x 23 23 use_configure no 24 build.env CPPFLAGS="-DBIND_8_COMPAT" 24 build.args CPPFLAGS="-DBIND_8_COMPAT" \ 25 CC="${configure.cc}" \ 26 CFLAGS="${configure.cflags} ${configure.cc_archflags}" \ 27 LDFLAGS="${configure.ld_archflags}" 25 28 build.target 26 29 destroot { xinstall -m 755 -d ${destroot}${prefix}/bin … … 28 31 xinstall -m 755 -d ${destroot}${prefix}/share/man/man8 29 32 xinstall -m 644 -c -W ${worksrcpath} nsping.8 ${destroot}${prefix}/share/man/man8 } 33 34 if {${os.platform} == "darwin" && ${os.major} >= 10} { 35 build.args-append LIBS=-lresolv 36 }
Note: See TracChangeset
for help on using the changeset viewer.

