diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2007-10-09 13:12:03 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2007-10-09 13:12:03 +0000 |
commit | 938da719833d44451b36b605060ba53929b0872a (patch) | |
tree | a87be01693159158cc3dc84acc007b6d5e6af6df /news | |
parent | 5acdc5d73941fa326d8b7bc1cce8d1912a764b60 (diff) | |
download | ports-938da719833d44451b36b605060ba53929b0872a.tar.gz ports-938da719833d44451b36b605060ba53929b0872a.zip |
Notes
Diffstat (limited to 'news')
-rw-r--r-- | news/fidogate/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/news/fidogate/Makefile b/news/fidogate/Makefile index a83afe5b6f1d..5a164cc739ac 100644 --- a/news/fidogate/Makefile +++ b/news/fidogate/Makefile @@ -32,6 +32,8 @@ DOCLIST= fidogate.texi fidogate.txt gatebau94.txt kludge-rfc.doc \ MAKE_ENV+= CC=${CC} +.include <bsd.port.pre.mk> + pre-configure: ${TOUCH} ${WRKSRC}/doc/fidogate.info ${RM} -f ${WRKSRC}/doc/fidogate.info-? @@ -58,4 +60,4 @@ post-install: @${TAR} -C ${WRKSRC}/examples -cf - . | ${TAR} -C ${EXAMPLESDIR} -xf - .endif -.include <bsd.port.mk> +.include <bsd.port.post.mk> |