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:
parent
a636a7eabd
commit
64ce815309
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=163567
1 changed files with 2 additions and 0 deletions
|
@ -35,4 +35,6 @@ NO_BUILD= yes
|
|||
postinstall:
|
||||
cd ${PORTSDIR}/mail/postfix; make replace
|
||||
|
||||
do-install:
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
Loading…
Reference in a new issue