diff options
Diffstat (limited to 'misc')
-rw-r--r-- | misc/dnetc/Makefile | 2 | ||||
-rw-r--r-- | misc/proxyper/Makefile | 2 | ||||
-rw-r--r-- | misc/videotext/Makefile | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/misc/dnetc/Makefile b/misc/dnetc/Makefile index e52b07b..6ec87cc 100644 --- a/misc/dnetc/Makefile +++ b/misc/dnetc/Makefile @@ -88,4 +88,4 @@ do-install: ${INSTALL} -c -m 644 -o ${CLIENTUID} -g ${CLIENTGID} ${WRKDIR}/dnetc.ini ${BINDIR} .endif -.include <bsd.port.mk> +.include <bsd.port.post.mk> diff --git a/misc/proxyper/Makefile b/misc/proxyper/Makefile index 227f50d..354971d 100644 --- a/misc/proxyper/Makefile +++ b/misc/proxyper/Makefile @@ -48,4 +48,4 @@ do-install: ${CHMOD} 755 ${BINDIR} ${LN} -s ${BINDIR}proxyper.sh ${LIBDIR}proxyper.sh -.include <bsd.port.mk> +.include <bsd.port.post.mk> diff --git a/misc/videotext/Makefile b/misc/videotext/Makefile index 3e90652..fe2b887 100644 --- a/misc/videotext/Makefile +++ b/misc/videotext/Makefile @@ -31,4 +31,4 @@ pre-install: @${ECHO} "*********************************************************" .endif -.include <bsd.port.mk> +.include <bsd.port.post.mk> |