diff options
author | nsayer <nsayer@FreeBSD.org> | 2001-12-20 00:47:05 +0800 |
---|---|---|
committer | nsayer <nsayer@FreeBSD.org> | 2001-12-20 00:47:05 +0800 |
commit | 5e90804273b510ae1e97b2a564b62ab72989abac (patch) | |
tree | 8b4c8382457a9550f2c1430b1cd5c08fd8c2043e /net-mgmt/airport | |
parent | 92d10f50096f2d427eb3cdae50a783a040e0b102 (diff) | |
download | freebsd-ports-gnome-5e90804273b510ae1e97b2a564b62ab72989abac.tar.gz freebsd-ports-gnome-5e90804273b510ae1e97b2a564b62ab72989abac.tar.zst freebsd-ports-gnome-5e90804273b510ae1e97b2a564b62ab72989abac.zip |
The latest version unzips to a subdir.
Submitted by: david@catwhisker.org
Diffstat (limited to 'net-mgmt/airport')
-rw-r--r-- | net-mgmt/airport/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net-mgmt/airport/Makefile b/net-mgmt/airport/Makefile index 7368467a15bc..72d869058901 100644 --- a/net-mgmt/airport/Makefile +++ b/net-mgmt/airport/Makefile @@ -41,10 +41,11 @@ do-install: ${MKDIR} ${PREFIX}/share/doc/airport/helpdocs; \ ${MKDIR} ${PREFIX}/share/java; \ ${INSTALL_DATA} ${WRKSRC}/*jar ${PREFIX}/share/java; \ + ${INSTALL_DATA} ${WRKSRC}/configurator_${PORTVERSION:S/.//g}/*jar ${PREFIX}/share/java; \ ${INSTALL_DATA} ${WRKSRC}/AUTHORS ${PREFIX}/share/doc/airport; \ ${INSTALL_DATA} ${WRKSRC}/COPYING ${PREFIX}/share/doc/airport; \ ${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/airport; \ - ${INSTALL_DATA} ${WRKSRC}/helpdocs/* ${PREFIX}/share/doc/airport/helpdocs; \ + ${INSTALL_DATA} ${WRKSRC}/configurator_${PORTVERSION:S/.//g}/helpdocs/* ${PREFIX}/share/doc/airport/helpdocs; \ ${SED} \ -e s,%%PREFIX%%,${PREFIX},g \ -e s/%%JFC_VERSION%%/${JFC_VERSION}/ \ |