1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-21 00:25:50 +00:00

Fix build of the old avidemux, not sure when it broke...

(include <bsd.port.post.mk> instead of <bsd.port.mk>)

Submitted by:	QAT
This commit is contained in:
Juergen Lock 2014-04-02 18:00:39 +00:00
parent 1bc17c5b79
commit 6f0bfb3c5c
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=349934

View File

@ -40,4 +40,4 @@ post-install:
@${ECHO_CMD} "@unexec %D/bin/update-desktop-database 2>/dev/null || ${TRUE}" >> ${TMPPLIST}
.endif
.include <bsd.port.mk>
.include <bsd.port.post.mk>