Commits

Joshua Root authored 8a36d9b7533
libpftputil: install headers in a subdir

Several of the headers have very generic names, including util.h which shadowed the one in /usr/include causing anything that needed the standard one to fail to build. Fixes: https://trac.macports.org/ticket/59031
No tags

net/libpftputil/Portfile

Modified
1 1 PortSystem 1.0
2 2
3 3 name libpftputil
4 4 version 0.4
5 -revision 1
5 +revision 2
6 6 categories net
7 7 platforms darwin
8 8 maintainers nomaintainer
9 9 description pftp utility library capable of queues, host saving etc.
10 10 long_description {*}${description}
11 11
12 12 homepage http://pftp.sourceforge.net/
13 13 master_sites sourceforge:project/pftp/${name}/${version}
14 14 checksums md5 7807636f76310c70653a623a9c98a7cc \
15 15 sha1 ffd7e95272e52688b05c6246d9216ade646a4c36 \
16 16 rmd160 3fbf83af58eb5d18e2db334336730be7a25296c2
17 17
18 18 depends_lib port:libpftp \
19 19 port:openssl
20 +
21 +configure.args --includedir=${prefix}/include/${name}

Everything looks good. We'll let you know here if there's anything you should know about.

Add shortcut