aboutsummaryrefslogtreecommitdiffstats
path: root/news
diff options
context:
space:
mode:
authordinoex <dinoex@FreeBSD.org>2007-10-09 21:12:03 +0800
committerdinoex <dinoex@FreeBSD.org>2007-10-09 21:12:03 +0800
commit2fb876869e27bf1f9c1aec839292f7fec5d0acec (patch)
tree0cfa8b5ceabe29192082ac8744fbe74319ae72eb /news
parente1a428202847e67d0259ba751bf3a9918e777d2b (diff)
downloadfreebsd-ports-gnome-2fb876869e27bf1f9c1aec839292f7fec5d0acec.tar.gz
freebsd-ports-gnome-2fb876869e27bf1f9c1aec839292f7fec5d0acec.tar.zst
freebsd-ports-gnome-2fb876869e27bf1f9c1aec839292f7fec5d0acec.zip
- unbreak option FIDOGATE_RUNAS
which was broken by previous commit
Diffstat (limited to 'news')
-rw-r--r--news/fidogate/Makefile4
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>