- Add empty do-install target.

PR:		ports/105223
Submitted by:	Diane Bruce <db@db.net>
Reworked by:	alepulver (myself)
This commit is contained in:
Alejandro Pulver 2006-11-06 21:23:47 +00:00
parent 5f2ed86eed
commit 317709d9b3
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=176652

View File

@ -86,4 +86,7 @@ RUN_DEPENDS+= ${LOCALBASE}/share/sgml/iso8879:${PORTSDIR}/textproc/iso8879
RUN_DEPENDS+= ${LOCALBASE}/share/xml/sdocbook/4.1.2.5:${PORTSDIR}/textproc/sdocbook-xml
.endif
do-install:
@${DO_NADA}
.include <bsd.port.post.mk>