Fix my previous commit by adding an empty do-install target.

Reported by:	kris

  Remove the need for a distfile, since it was virtually empty anyway.

  Approved by:    grog (maintainer)
This commit is contained in:
Sam Lawrance 2006-05-27 00:58:28 +00:00
parent a636a7eabd
commit 64ce815309
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=163567

View file

@ -35,4 +35,6 @@ NO_BUILD= yes
postinstall:
cd ${PORTSDIR}/mail/postfix; make replace
do-install:
.include <bsd.port.mk>