1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-21 00:25:50 +00:00
Approved by:	portmgr@
This commit is contained in:
Vanilla I. Shu 2014-06-13 16:36:24 +00:00
parent 49543b56b3
commit 8bcc8b64b5
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=357700

View File

@ -18,8 +18,7 @@ NO_BUILD= yes
PLIST_FILES= %%JAVAJARDIR%%/postgis_1.4.0.jar
NO_STAGE= yes
do-install:
${INSTALL_DATA} ${_DISTDIR}postgis_${PORTVERSION}.jar ${JAVAJARDIR}
${INSTALL_DATA} ${_DISTDIR}postgis_${PORTVERSION}.jar ${STAGEDIR}${JAVAJARDIR}
.include <bsd.port.mk>