summaryrefslogtreecommitdiff
path: root/comms
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2013-12-28 17:13:30 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2013-12-28 17:13:30 +0000
commita6f78be7623848b2b54b0bf103bbacc2159819d7 (patch)
treea921dbcdef7c351947c3490e07caf13934aa5c36 /comms
parentshells/bash-completion: Fix installation (diff)
Remove useless dancing of pre.mk/post.mk
Notes
Notes: svn path=/head/; revision=337882
Diffstat (limited to 'comms')
-rw-r--r--comms/chu/Makefile4
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>