diff options
author | bapt <bapt@FreeBSD.org> | 2013-12-29 01:13:30 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-12-29 01:13:30 +0800 |
commit | 70ae0f23589dfb81c4ad74a3f8e6404691667c43 (patch) | |
tree | a921dbcdef7c351947c3490e07caf13934aa5c36 /comms | |
parent | 29cd7eedabbd89ed960258a6c27d782419616132 (diff) | |
download | freebsd-ports-gnome-70ae0f23589dfb81c4ad74a3f8e6404691667c43.tar.gz freebsd-ports-gnome-70ae0f23589dfb81c4ad74a3f8e6404691667c43.tar.zst freebsd-ports-gnome-70ae0f23589dfb81c4ad74a3f8e6404691667c43.zip |
Remove useless dancing of pre.mk/post.mk
Diffstat (limited to 'comms')
-rw-r--r-- | comms/chu/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/comms/chu/Makefile b/comms/chu/Makefile index 3e511e8c97ed..89762b5ac2c9 100644 --- a/comms/chu/Makefile +++ b/comms/chu/Makefile @@ -13,8 +13,6 @@ COMMENT= Synchronise computer clock to CHU radio station LICENSE= GPLv1 -.include <bsd.port.pre.mk> - do-extract: @${RM} -rf ${WRKDIR} @${MKDIR} ${WRKDIR} @@ -46,4 +44,4 @@ do-install: ${INSTALL_DATA} ${WRKSRC}/${d} ${STAGEDIR}${DOCSDIR} .endfor -.include <bsd.port.post.mk> +.include <bsd.port.mk> |