diff options
-rw-r--r-- | news/c-nocem/Makefile | 4 | ||||
-rw-r--r-- | x11-toolkits/tk84/Makefile | 4 |
2 files changed, 0 insertions, 8 deletions
diff --git a/news/c-nocem/Makefile b/news/c-nocem/Makefile index a3ae6750674b..ca8943777a4d 100644 --- a/news/c-nocem/Makefile +++ b/news/c-nocem/Makefile @@ -32,8 +32,4 @@ PLIST_SUB+= NEWSBIN=${NEWSBIN:S=${PREFIX}/==} USE_PERL5= yes .endif -pre-fetch: - (cd ${PORTSDIR}/${CNEWSSRC} && \ - ${SETENV} ${MAKE_ENV} ${MAKE} fetch) - .include <bsd.port.post.mk> diff --git a/x11-toolkits/tk84/Makefile b/x11-toolkits/tk84/Makefile index 36fda83ded63..e32ad87c9df6 100644 --- a/x11-toolkits/tk84/Makefile +++ b/x11-toolkits/tk84/Makefile @@ -340,10 +340,6 @@ MLINKS= 3DBorder.3 Tk_Alloc3DBorderFromObj.3 \ .include <bsd.port.pre.mk> -pre-fetch: - (cd ${PORTSDIR}/lang/tcl84 && \ - ${SETENV} ${MAKE_ENV} ${MAKE} fetch) - post-install: ${INSTALL_DATA} ${FILESDIR}/pkgIndex.tcl ${PREFIX}/lib/tk${TK_VER}/ .if exists(${PKGINSTALL}) |